diff options
author | simonb <simonb> | 2006-05-20 15:08:14 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-05-20 15:08:14 (GMT) |
commit | 0861f3a9073ccd016302af26ff992fa19331a02d (patch) | |
tree | f1a2276449a5fc9b27f2d1afa5ffff4410141345 /src/StyleMenuItem.hh | |
parent | 5ddabb0f390f69db793b5a6e40be9f94b8f83136 (diff) | |
download | fluxbox_pavel-0861f3a9073ccd016302af26ff992fa19331a02d.zip fluxbox_pavel-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.hh | 3 |
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 | ||
31 | class StyleMenuItem: public FbTk::MenuItem { | 30 | class StyleMenuItem: public FbTk::MenuItem { |
32 | public: | 31 | public: |
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; |
35 | private: | 34 | private: |
36 | const std::string m_filename; | 35 | const std::string m_filename; |