aboutsummaryrefslogtreecommitdiff
path: root/src/StyleMenuItem.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/StyleMenuItem.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/StyleMenuItem.cc')
-rw-r--r--src/StyleMenuItem.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/StyleMenuItem.cc b/src/StyleMenuItem.cc
index 4f17396..b1325e5 100644
--- a/src/StyleMenuItem.cc
+++ b/src/StyleMenuItem.cc
@@ -29,8 +29,8 @@
29 29
30#include "FbTk/StringUtil.hh" 30#include "FbTk/StringUtil.hh"
31 31
32StyleMenuItem::StyleMenuItem(const std::string &label, const std::string &filename): 32StyleMenuItem::StyleMenuItem(const FbTk::FbString &label, const std::string &filename):
33 FbTk::MenuItem(label.c_str()), 33 FbTk::MenuItem(label),
34 m_filename(filename) { 34 m_filename(filename) {
35 // perform shell style ~ home directory expansion 35 // perform shell style ~ home directory expansion
36 // and insert style 36 // and insert style