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

@@ -23,6 +23,7 @@
#include <giomm.h>
#include <dirbrowserremoteinterface.h>
#include <dirselectionlistener.h>
#include <multilangmgr.h>
class PlacesBrowser : public Gtk::VBox, public DirSelectionListener {