summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-05-23 15:43:22 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-05-23 15:43:22 +0000
commit596f0f3dfff2c81ca6ca281244f32901cea185fc (patch)
tree90aa24d791d898370b5d49db45c157ec6b666f8e
parentadd script to generate .pot file, needed by distcheck (diff)
downloadinkscape-596f0f3dfff2c81ca6ca281244f32901cea185fc.tar.gz
inkscape-596f0f3dfff2c81ca6ca281244f32901cea185fc.zip
enable palette
(bzr r980)
-rw-r--r--src/preferences-skeleton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h
index a330eb9a7..77b39e589 100644
--- a/src/preferences-skeleton.h
+++ b/src/preferences-skeleton.h
@@ -13,7 +13,7 @@ static char const preferences_skeleton[] =
" <group id=\"toppanel\" state=\"1\"/>\n"
" <group id=\"toolbox\" state=\"1\"/>\n"
" <group id=\"statusbar\" state=\"1\"/>\n"
-" <group id=\"panels\" state=\"0\"/>\n"
+" <group id=\"panels\" state=\"1\"/>\n"
" <group id=\"rulers\" state=\"1\"/>\n"
" <group id=\"scrollbars\" state=\"1\"/>\n"
" </group>\n"
@@ -23,7 +23,7 @@ static char const preferences_skeleton[] =
" <group id=\"toppanel\" state=\"1\"/>\n"
" <group id=\"toolbox\" state=\"1\"/>\n"
" <group id=\"statusbar\" state=\"1\"/>\n"
-" <group id=\"panels\" state=\"0\"/>\n"
+" <group id=\"panels\" state=\"1\"/>\n"
" <group id=\"rulers\" state=\"1\"/>\n"
" <group id=\"scrollbars\" state=\"1\"/>\n"
" </group>\n"