aboutsummaryrefslogtreecommitdiff
path: root/src/RootCmdMenuItem.cc
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.cc
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.cc')
-rw-r--r--src/RootCmdMenuItem.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/RootCmdMenuItem.cc b/src/RootCmdMenuItem.cc
index 7f6b807..eabc5d3 100644
--- a/src/RootCmdMenuItem.cc
+++ b/src/RootCmdMenuItem.cc
@@ -28,10 +28,10 @@
28 28
29#include "FbTk/StringUtil.hh" 29#include "FbTk/StringUtil.hh"
30 30
31RootCmdMenuItem::RootCmdMenuItem(const std::string &label, 31RootCmdMenuItem::RootCmdMenuItem(const FbTk::FbString &label,
32 const std::string &filename, 32 const std::string &filename,
33 const std::string &cmd): 33 const std::string &cmd):
34 FbTk::MenuItem(label.c_str()), 34 FbTk::MenuItem(label),
35 m_filename(filename) { 35 m_filename(filename) {
36 36
37 FbTk::RefCount<FbTk::Command> 37 FbTk::RefCount<FbTk::Command>