summaryrefslogtreecommitdiff
path: root/src/icecc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/icecc.cc')
-rw-r--r--src/icecc.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/icecc.cc b/src/icecc.cc
index 7982f7c..2b16267 100644
--- a/src/icecc.cc
+++ b/src/icecc.cc
@@ -37,6 +37,10 @@ public:
}
protected:
+ std::string title() const override {
+ return "MonMon";
+ }
+
void width_changed() override {
job_pattern_.reset();
}