source: trunk/third/gpdf/gpdf.schemas.in @ 21033

Revision 21033, 1.0 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21032, which included commits to RCS files with non-trunk default branches.
Line 
1<gconfschemafile>
2    <schemalist>
3      <schema>
4        <key>/schemas/apps/gpdf/UI/Windows/show_sidebar</key>
5        <applyto>/apps/gpdf/UI/Windows/show_sidebar</applyto>
6        <owner>gpdf</owner>
7        <type>bool</type>
8        <default>0</default>
9        <locale name="C">
10        <short>Show sidebar by default</short>
11        </locale>
12      </schema>
13      <schema>
14        <key>/schemas/apps/gpdf/UI/Windows/sidebar_size</key>
15        <applyto>/apps/gpdf/UI/Windows/sidebar_size</applyto>
16        <owner>gpdf</owner>
17        <type>int</type>
18        <default>100</default>
19        <locale name="C">
20        <short>Default sidebar size</short>
21        </locale>
22      </schema>
23      <schema>
24        <key>/schemas/apps/gpdf/UI/Windows/sidebar_page</key>
25        <applyto>/apps/gpdf/UI/Windows/sidebar_page</applyto>
26        <owner>gpdf</owner>
27        <type>string</type>
28        <default>bookmarks</default>
29        <locale name="C">
30        <short>Default sidebar page</short>
31        </locale>
32      </schema>
33    </schemalist>
34</gconfschemafile>
Note: See TracBrowser for help on using the repository browser.