Changeset 67b341e7f10150ced6a38e8d38c91f9abf069d21

Show
Ignore:
Timestamp:
01/06/07 23:57:38 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
cd7907432b0010efa93303b93f17fd3c64d253f9
Children:
3ccecb19e9700eb868504cd7b5927768be794791
git-committer:
Philipp Kern <phil@0x539.de> / 2007-01-06T22:57:38Z+0000
Message:

[project @ Transform the ok button into a host one in the host dialog]

Original author: Philipp Kern <phil@…>
Date: 2006-03-02 23:13:47+00:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/hostdialog.cpp

    r8bf4c5f r67b341e  
    9292 
    9393        add_button(Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL); 
    94         add_button(Gtk::Stock::OK, Gtk::RESPONSE_OK); 
     94        Gtk::Button* host_btn = add_button(_("_Host"), Gtk::RESPONSE_OK); 
     95        Gtk::Image* img = Gtk::manage( 
     96                new Gtk::Image(Gtk::Stock::NETWORK, Gtk::ICON_SIZE_BUTTON) 
     97                ); 
     98        host_btn->set_image(*img); 
    9599 
    96100        show_all();