Added patch from Wolfgang Kuhnel to remove hard coded GUI strings and move them to the language files.

This commit is contained in:
Wyatt Olson
2010-04-22 18:06:29 -06:00
parent 4b75d97a13
commit 69bf3c0500
10 changed files with 58 additions and 22 deletions

View File

@@ -22,6 +22,7 @@
#include <gtkmm.h>
#include <dirbrowserremoteinterface.h>
#include <dirselectionlistener.h>
#include <multilangmgr.h>
class RecentBrowser : public Gtk::VBox, public DirSelectionListener {