Added patch from Wolfgang Kuhnel to remove hard coded GUI strings and move them to the language files.
This commit is contained in:
@@ -22,7 +22,7 @@ RecentBrowser::RecentBrowser () : listener (NULL) {
|
||||
|
||||
recentDirs = Gtk::manage (new Gtk::ComboBoxText ());
|
||||
|
||||
Gtk::Frame* frame = Gtk::manage (new Gtk::Frame ("Recent Folders"));
|
||||
Gtk::Frame* frame = Gtk::manage (new Gtk::Frame (M("MAIN_FRAME_RECENT")));
|
||||
frame->add (*recentDirs);
|
||||
|
||||
pack_start (*frame, Gtk::PACK_SHRINK, 4);
|
||||
|
Reference in New Issue
Block a user