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/FocusModelMenuItem.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/FocusModelMenuItem.hh')
-rw-r--r-- | src/FocusModelMenuItem.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FocusModelMenuItem.hh b/src/FocusModelMenuItem.hh index 6121432..fcf2243 100644 --- a/src/FocusModelMenuItem.hh +++ b/src/FocusModelMenuItem.hh | |||
@@ -34,7 +34,7 @@ | |||
34 | 34 | ||
35 | class FocusModelMenuItem : public FbTk::MenuItem { | 35 | class FocusModelMenuItem : public FbTk::MenuItem { |
36 | public: | 36 | public: |
37 | FocusModelMenuItem(const char *label, FocusControl &focus_control, | 37 | FocusModelMenuItem(const FbTk::FbString &label, FocusControl &focus_control, |
38 | FocusControl::FocusModel model, | 38 | FocusControl::FocusModel model, |
39 | FbTk::RefCount<FbTk::Command> &cmd): | 39 | FbTk::RefCount<FbTk::Command> &cmd): |
40 | FbTk::MenuItem(label, cmd), | 40 | FbTk::MenuItem(label, cmd), |
@@ -55,7 +55,7 @@ private: | |||
55 | 55 | ||
56 | class TabFocusModelMenuItem : public FbTk::MenuItem { | 56 | class TabFocusModelMenuItem : public FbTk::MenuItem { |
57 | public: | 57 | public: |
58 | TabFocusModelMenuItem(const char *label, | 58 | TabFocusModelMenuItem(const FbTk::FbString &label, |
59 | FocusControl &focus_control, | 59 | FocusControl &focus_control, |
60 | FocusControl::TabFocusModel model, | 60 | FocusControl::TabFocusModel model, |
61 | FbTk::RefCount<FbTk::Command> &cmd): | 61 | FbTk::RefCount<FbTk::Command> &cmd): |