* data/gramps.schemas.in: Swap colors for ToDo and complete. Using green is more obvious for complete records.

svn: r6633
This commit is contained in:
Martin Hawlisch
2006-05-12 19:48:45 +00:00
parent 159e42f1a4
commit bf1a9212ff
2 changed files with 7 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
<applyto>/apps/gramps/preferences/complete-color</applyto>
<owner>gramps</owner>
<type>string</type>
<default>#fcaf3e</default>
<default>#8ae234</default>
<locale name="C">
<short>Color used to highlight compete items in a list</short>
<long>Color used to highlight compete items in a list</long>
@@ -32,7 +32,7 @@
<applyto>/apps/gramps/preferences/todo-color</applyto>
<owner>gramps</owner>
<type>string</type>
<default>#8ae234</default>
<default>#fcaf3e</default>
<locale name="C">
<short>Color used to highlight TODO items in a list</short>
<long>Color used to highlight TODO items in a list</long>