summaryrefslogtreecommitdiffstats
path: root/gnome2-system-admin-guide
diff options
context:
space:
mode:
authorBrent Smith <gnome@nextreality.net>2006-03-11 03:08:17 +0000
committerBrent Smith <bmsmith@src.gnome.org>2006-03-11 03:08:17 +0000
commit1d6ff7260434484b20126ffe737c9b9e51b530be (patch)
tree242dbbcd0028195981c6a55b161b19c322b7c68a /gnome2-system-admin-guide
parentcda495a4511dc70d13c6828bbc681a750f7a14fd (diff)
downloadgnome-user-docs-1d6ff7260434484b20126ffe737c9b9e51b530be.tar.gz
gnome-user-docs-1d6ff7260434484b20126ffe737c9b9e51b530be.tar.xz
gnome-user-docs-1d6ff7260434484b20126ffe737c9b9e51b530be.zip
Changed a literallayout into a programlisting
2006-03-10 Brent Smith <gnome@nextreality.net> * themes.xml: Changed a literallayout into a programlisting
Diffstat (limited to 'gnome2-system-admin-guide')
-rw-r--r--gnome2-system-admin-guide/C/ChangeLog5
-rw-r--r--gnome2-system-admin-guide/C/themes.xml4
2 files changed, 7 insertions, 2 deletions
diff --git a/gnome2-system-admin-guide/C/ChangeLog b/gnome2-system-admin-guide/C/ChangeLog
index 092aa91..842c54c 100644
--- a/gnome2-system-admin-guide/C/ChangeLog
+++ b/gnome2-system-admin-guide/C/ChangeLog
@@ -1,5 +1,10 @@
2006-03-10 Brent Smith <gnome@nextreality.net>
+ * themes.xml:
+ Changed a literallayout into a programlisting
+
+2006-03-10 Brent Smith <gnome@nextreality.net>
+
* screensavers.xml:
Committed patch from William Jon McCann with small changes. Fixes
#332091
diff --git a/gnome2-system-admin-guide/C/themes.xml b/gnome2-system-admin-guide/C/themes.xml
index bd94f31..98d8015 100644
--- a/gnome2-system-admin-guide/C/themes.xml
+++ b/gnome2-system-admin-guide/C/themes.xml
@@ -56,7 +56,7 @@ the <application>Theme</application> preference tool.</para>
<para>Each theme has an index file which defines the characteristics of the
theme. The name of the index file is <filename>/usr/share/themes/<replaceable>theme-name</replaceable>/index.theme</filename>. </para>
<para>The following is a sample theme index file:</para>
- <literallayout>[Desktop Entry]
+ <programlisting>[Desktop Entry]
Type=X-GNOME-Metatheme
Name=High Contrast Large
Name[es]=Alto contraste grande
@@ -69,7 +69,7 @@ GtkTheme=HighContrastLargePrint
IconTheme=HighContrast
MetacityTheme=Atlanta
ApplicationFont=sans 18
-</literallayout>
+</programlisting>
<para>The following table describes the keys in theme index files:</para>
<table frame="topbot" id="themes-TBL-18">
<title>Keys in Theme Index Files</title>