From 111c61dd6e1033807f50eb660bce4770cda7add8 Mon Sep 17 00:00:00 2001 From: Karel Matas Date: Tue, 25 Jun 2013 20:03:50 +0200 Subject: [PATCH] KanjiInfoDialog: added window title --- src/gui_dialogs.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui_dialogs.cxx b/src/gui_dialogs.cxx index 4be7eb4..a339b36 100755 --- a/src/gui_dialogs.cxx +++ b/src/gui_dialogs.cxx @@ -265,6 +265,7 @@ KanjiPopupWindow::KanjiPopupWindow ( int w, int h ) : Fl_Menu_Window(w,h) box_ = new KanjiInfo(0,0,w,h); box_->autoresize(true); box_->box(FL_BORDER_BOX); + this->label("Kanji details"); } int KanjiPopupWindow::handle ( int event ) -- 2.11.4.GIT