diff options
Diffstat (limited to 'src/Fl_Window.cxx')
| -rw-r--r-- | src/Fl_Window.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index 1fa27f928..cbd0863ff 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -487,6 +487,12 @@ void Fl_Window::make_current() current_ = this; } +void Fl_Window::label(const char *name, const char *mininame) { + Fl_Widget::label(name); + iconlabel_ = mininame; + pWindowDriver->label(name, mininame); +} + // // End of "$Id$". // |
