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/FbTk/MenuIcon.hh | |
parent | 5ddabb0f390f69db793b5a6e40be9f94b8f83136 (diff) | |
download | fluxbox-0861f3a9073ccd016302af26ff992fa19331a02d.zip fluxbox-0861f3a9073ccd016302af26ff992fa19331a02d.tar.bz2 |
improve native language handling, move messages and menu labels to
FbTk::FbString
Diffstat (limited to 'src/FbTk/MenuIcon.hh')
-rw-r--r-- | src/FbTk/MenuIcon.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/MenuIcon.hh b/src/FbTk/MenuIcon.hh index 7fbd12a..90cf320 100644 --- a/src/FbTk/MenuIcon.hh +++ b/src/FbTk/MenuIcon.hh | |||
@@ -34,7 +34,7 @@ namespace FbTk { | |||
34 | 34 | ||
35 | class MenuIcon: public MenuItem { | 35 | class MenuIcon: public MenuItem { |
36 | public: | 36 | public: |
37 | MenuIcon(const std::string &filename, const std::string &label, int screen_num); | 37 | MenuIcon(const std::string &filename, FbString &label, int screen_num); |
38 | void draw(FbDrawable &drawable, | 38 | void draw(FbDrawable &drawable, |
39 | const MenuTheme &theme, | 39 | const MenuTheme &theme, |
40 | bool highlight, | 40 | bool highlight, |