diff options
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index 4cb5c65..80791ba 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -114,7 +114,7 @@ public: | |||
114 | /// set focus/unfocus style | 114 | /// set focus/unfocus style |
115 | void setFocus(bool newvalue); | 115 | void setFocus(bool newvalue); |
116 | 116 | ||
117 | void setFocusTitle(const std::string &str) { m_label.setText(str); } | 117 | void setFocusTitle(const FbTk::BiDiString &str) { m_label.setText(str); } |
118 | bool setTabMode(TabMode tabmode); | 118 | bool setTabMode(TabMode tabmode); |
119 | void updateTabProperties() { alignTabs(); } | 119 | void updateTabProperties() { alignTabs(); } |
120 | 120 | ||