]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/default.ui
fix: http://bugzilla.lyx.org/show_bug.cgi?id=452
[lyx.git] / lib / ui / default.ui
index 1318a2cb670c74b9f79f7698d1d77cc10765e30b..05ab58ca206edcfbe116744ace810fb9651778f4 100644 (file)
@@ -11,6 +11,9 @@
 # This is the default LyX user interface definition file.
 # The syntax should be straightforward enough.
 
+# The interface is designed (partially) following the KDE Human Interface
+# Guidelines (http://usability.kde.org/hig/)
+
 Include "stdmenus.ui"
 
 Include "stdtoolbars.ui"
@@ -29,9 +32,10 @@ Include "stdtoolbars.ui"
 # right: the toolbar should be at the right of the window
 #
 Toolbars
-       "Standard" "on,top"
-       "Extra" "on,top"
-       "Table" "off,bottom"
-       "Math" "off,bottom"
-       "Command Buffer" "off,bottom"
+       "standard" "on,top"
+       "extra" "on,top"
+       "review" "review,top"
+       "table" "table,bottom"
+       "math" "math,bottom"
+       "minibuffer" "off,bottom"
 End