aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.indicator.datetime.gschema.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-12 16:59:55 -0500
committerTed Gould <ted@gould.cx>2010-07-12 16:59:55 -0500
commit3ef7359d1f7b8db5d46a53ec6f35fc738724ac87 (patch)
treeea3aae97f605cdbc1e0686ef04761130fda0606a /data/org.ayatana.indicator.datetime.gschema.xml
parent89692e244aab0cf3f3dba3bb489c026be8b386e1 (diff)
downloadayatana-indicator-datetime-3ef7359d1f7b8db5d46a53ec6f35fc738724ac87.tar.gz
ayatana-indicator-datetime-3ef7359d1f7b8db5d46a53ec6f35fc738724ac87.tar.bz2
ayatana-indicator-datetime-3ef7359d1f7b8db5d46a53ec6f35fc738724ac87.zip
Renaming file
Diffstat (limited to 'data/org.ayatana.indicator.datetime.gschema.xml')
-rw-r--r--data/org.ayatana.indicator.datetime.gschema.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.datetime.gschema.xml b/data/org.ayatana.indicator.datetime.gschema.xml
new file mode 100644
index 0000000..f51cda3
--- /dev/null
+++ b/data/org.ayatana.indicator.datetime.gschema.xml
@@ -0,0 +1,9 @@
+<schemalist>
+ <schema id="org.ayatana.indicator.datetime" path="/apps/indicators/datetime" gettext_domain="indicator-datetime">
+ <key name="IndicatorTimeFormat" type="s">
+ <default>%l:%M %p</default>
+ <summary>The format string passed to strftime</summary>
+ <description>The format of the time and/or date that is visible on the panel when using the indicator. For most users this will be a set of predefined values as determined by the configuration utility, but advanced users can change it to anything strftime can accept. Look at the man page on strftime for more information.</description>
+ </key>
+ </schema>
+</schemalist>