summaryrefslogtreecommitdiff
path: root/src/icecc.cc
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@opera.com>2020-07-17 15:33:53 +0200
committerJoel Klinghed <the_jk@opera.com>2020-07-17 15:33:53 +0200
commit7b459f749b317456c5c528ea7f44dfe5869fbfd0 (patch)
tree8570e878d93aee84e376ee84751be81e5d2e302e /src/icecc.cc
parent2df36164c6dfaa4c1dfbd7bb652ff9837c8d912c (diff)
Let MonMon implementation set window title
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();
}