diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-11 19:32:16 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-11 19:32:16 +0000 |
commit | d4743dd3ca2c00865b4c5dff7267ef6023c46ca6 (patch) | |
tree | 6ff9f66a7148e764b78a1b4170e60aa7a3cf479b /plugins/TopToolBar/toolbar.cpp | |
parent | 7cea79f2940e3bfe7b38158e4d39c193a8868159 (diff) |
TopToolbar options
git-svn-id: http://svn.miranda-ng.org/main/trunk@907 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/toolbar.cpp')
-rw-r--r-- | plugins/TopToolBar/toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TopToolBar/toolbar.cpp b/plugins/TopToolBar/toolbar.cpp index 70d3f02daa..a41c43607f 100644 --- a/plugins/TopToolBar/toolbar.cpp +++ b/plugins/TopToolBar/toolbar.cpp @@ -599,7 +599,7 @@ int LoadToolbarModule() g_ctrl->nLastHeight = db_get_dw(0, TTB_OPTDIR, "LastHeight", DEFBUTTHEIGHT);
g_ctrl->bFlatButtons = db_get_b(0, TTB_OPTDIR, "UseFlatButton", true);
- g_ctrl->bSingleLine = db_get_b(0, TTB_OPTDIR, "SingleLine", true);
+ g_ctrl->bSingleLine = db_get_b(0, TTB_OPTDIR, "SingleLine", false);
g_ctrl->bAutoSize = db_get_b(0, TTB_OPTDIR, "AutoSize", true);
InitializeCriticalSection(&csButtonsHook);
|