aboutsummaryrefslogtreecommitdiff
path: root/src/RootCmdMenuItem.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/RootCmdMenuItem.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/RootCmdMenuItem.hh')
-rw-r--r--src/RootCmdMenuItem.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RootCmdMenuItem.hh b/src/RootCmdMenuItem.hh
index 25d9991..8c8ac8d 100644
--- a/src/RootCmdMenuItem.hh
+++ b/src/RootCmdMenuItem.hh
@@ -29,7 +29,7 @@
29 29
30class RootCmdMenuItem: public FbTk::MenuItem { 30class RootCmdMenuItem: public FbTk::MenuItem {
31public: 31public:
32 RootCmdMenuItem(const std::string &label, 32 RootCmdMenuItem(const FbTk::FbString &label,
33 const std::string &filename, 33 const std::string &filename,
34 const std::string &cmd = "fbsetbg"); 34 const std::string &cmd = "fbsetbg");
35 bool isSelected() const; 35 bool isSelected() const;