diff options
author | corvid <corvid@lavabit.com> | 2011-01-06 18:36:36 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-01-06 18:36:36 +0000 |
commit | a3777e2c753de7b7587384f14a5b3846bbc9e50a (patch) | |
tree | f1ed4edc439297ae9449f21593616b5f66f0c7b0 /src/ui.cc | |
parent | 64943466de7f3d5f66984d24456e44e049f4c91c (diff) |
RAW_LABEL is SHORTCUT_LABEL
Diffstat (limited to 'src/ui.cc')
-rw-r--r-- | src/ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -705,7 +705,7 @@ UI::UI(int x, int y, int ww, int wh, const char* label, const UI *cur_ui) : TopGroup = new PackedGroup(0, 0, ww, wh); add(TopGroup); resizable(TopGroup); - set_flag(RAW_LABEL); + clear_flag(SHORTCUT_LABEL); if (cur_ui) { PanelSize = cur_ui->PanelSize; |