aboutsummaryrefslogtreecommitdiff
path: root/src/StyleMenuItem.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2006-05-20 15:08:14 (GMT)
committersimonb <simonb>2006-05-20 15:08:14 (GMT)
commit0861f3a9073ccd016302af26ff992fa19331a02d (patch)
treef1a2276449a5fc9b27f2d1afa5ffff4410141345 /src/StyleMenuItem.hh
parent5ddabb0f390f69db793b5a6e40be9f94b8f83136 (diff)
downloadfluxbox-0861f3a9073ccd016302af26ff992fa19331a02d.zip
fluxbox-0861f3a9073ccd016302af26ff992fa19331a02d.tar.bz2
improve native language handling, move messages and menu labels to
FbTk::FbString
Diffstat (limited to 'src/StyleMenuItem.hh')
-rw-r--r--src/StyleMenuItem.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/StyleMenuItem.hh b/src/StyleMenuItem.hh
index 68bfb60..29d24e4 100644
--- a/src/StyleMenuItem.hh
+++ b/src/StyleMenuItem.hh
@@ -26,11 +26,10 @@
26#define STYLEMENUITEM_HH 26#define STYLEMENUITEM_HH
27 27
28#include "FbTk/MenuItem.hh" 28#include "FbTk/MenuItem.hh"
29#include <string>
30 29
31class StyleMenuItem: public FbTk::MenuItem { 30class StyleMenuItem: public FbTk::MenuItem {
32public: 31public:
33 StyleMenuItem(const std::string &label, const std::string &filename); 32 StyleMenuItem(const FbTk::FbString &label, const std::string &filename);
34 bool isSelected() const; 33 bool isSelected() const;
35private: 34private:
36 const std::string m_filename; 35 const std::string m_filename;