Updated translator comment
svn path=/trunk/; revision=968
This commit is contained in:
parent
bb2120b8da
commit
b6413cf9dd
|
@ -1,3 +1,7 @@
|
||||||
|
2008-11-18 Curtis Gedak <gedakc@gmail.com>
|
||||||
|
|
||||||
|
* src/DialogFeatures.cc: Added translator comment.
|
||||||
|
|
||||||
2008-11-14 Curtis Gedak <gedakc@gmail.com>
|
2008-11-14 Curtis Gedak <gedakc@gmail.com>
|
||||||
|
|
||||||
* include/DialogFeatures.h,
|
* include/DialogFeatures.h,
|
||||||
|
|
|
@ -90,7 +90,8 @@ DialogFeatures::DialogFeatures()
|
||||||
//initialize icons
|
//initialize icons
|
||||||
icon_yes = render_icon( Gtk::Stock::APPLY, Gtk::ICON_SIZE_LARGE_TOOLBAR ) ;
|
icon_yes = render_icon( Gtk::Stock::APPLY, Gtk::ICON_SIZE_LARGE_TOOLBAR ) ;
|
||||||
icon_no = render_icon( Gtk::Stock::CANCEL, Gtk::ICON_SIZE_LARGE_TOOLBAR ) ;
|
icon_no = render_icon( Gtk::Stock::CANCEL, Gtk::ICON_SIZE_LARGE_TOOLBAR ) ;
|
||||||
|
|
||||||
|
/*TO TRANSLATORS: This is a button that will search again for the software tools installed and then refresh the screen with the file system actions supported. */
|
||||||
add_button( _("Rescan Support"), Gtk::RESPONSE_OK );
|
add_button( _("Rescan Support"), Gtk::RESPONSE_OK );
|
||||||
add_button( Gtk::Stock::CLOSE, Gtk::RESPONSE_CLOSE ) ->grab_focus() ;
|
add_button( Gtk::Stock::CLOSE, Gtk::RESPONSE_CLOSE ) ->grab_focus() ;
|
||||||
show_all_children() ;
|
show_all_children() ;
|
||||||
|
|
Loading…
Reference in New Issue