Show
Ignore:
Timestamp:
09/11/08 22:43:43 (5 years ago)
Author:
Armin Burgmeier <armin@…>
Parents:
4e8f0f6d346a1ef66476f98e4cfb70822747905f
Children:
933a996a650ed94d4d9e96f94930324c2de54d54
git-committer:
Armin Burgmeier <armin@arbur.net> / 2008-09-11T22:43:43Z+0200
Message:

Set title and icon for userlist and browser

2008-09-11 Armin Burgmeier <armin@…>

  • inc/core/closableframe.hpp:
  • src/core/closableframe.cpp: Added title and icon for the frame.
  • src/core/docwindow.cpp:
  • src/window.cpp: Set title and icon for userlist and browser.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • inc/core/closableframe.hpp

    rfb634fc r5b59013  
    3131{ 
    3232public: 
    33         ClosableFrame(Preferences::Option<bool>& option); 
     33        ClosableFrame(const Glib::ustring& title, 
     34                      const Gtk::StockID& stock_id, 
     35                      Preferences::Option<bool>& option); 
    3436 
    3537protected: