From 7b459f749b317456c5c528ea7f44dfe5869fbfd0 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Fri, 17 Jul 2020 15:33:53 +0200 Subject: Let MonMon implementation set window title --- src/icecc.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/icecc.cc') 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(); } -- cgit v1.3