Replace LdLibraryToolbar with LdLibraryPane.

This commit is contained in:
2012-08-10 03:38:11 +02:00
parent a18b6d6f35
commit 00a50737f3
7 changed files with 32 additions and 934 deletions

View File

@@ -27,7 +27,7 @@
</menu>
<menu name="ViewMenu" action="ViewMenu">
<menuitem action="MainToolbar" />
<menuitem action="LibraryToolbar" />
<menuitem action="LibraryPane" />
<separator />
<menuitem action="ShowGrid" />
<separator />

View File

@@ -4,9 +4,9 @@
<default>true</default>
<summary>Whether to show the main toolbar</summary>
</key>
<key name="show-library-toolbar" type="b">
<key name="show-library-pane" type="b">
<default>true</default>
<summary>Whether to show the library toolbar</summary>
<summary>Whether to show the library pane</summary>
</key>
<key name="show-grid" type="b">
<default>true</default>