aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r--src/FbWinFrame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc
index b311be6..c8b1735 100644
--- a/src/FbWinFrame.cc
+++ b/src/FbWinFrame.cc
@@ -58,7 +58,7 @@ FbWinFrame::FbWinFrame(BScreen &screen, WindowState &state,
58 ButtonMotionMask | ExposureMask | 58 ButtonMotionMask | ExposureMask |
59 EnterWindowMask | LeaveWindowMask), 59 EnterWindowMask | LeaveWindowMask),
60 m_tab_container(m_titlebar), 60 m_tab_container(m_titlebar),
61 m_label(m_titlebar, m_theme->font(), ""), 61 m_label(m_titlebar, m_theme->font(), FbTk::BiDiString("")),
62 m_handle(m_window, 0, 0, 100, 5, 62 m_handle(m_window, 0, 0, 100, 5,
63 ButtonPressMask | ButtonReleaseMask | 63 ButtonPressMask | ButtonReleaseMask |
64 ButtonMotionMask | ExposureMask | 64 ButtonMotionMask | ExposureMask |