summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Breit <mrproper@ximian.com>2002-04-06 03:04:26 +0000
committerKevin Breit <battery841@src.gnome.org>2002-04-06 03:04:26 +0000
commit7e07bb9c6e2c04bdef61244f97de7f3255e20dad (patch)
treef265c92a12cb354c9998495c5158058f4f727016
parent6f292a47a6dae5f0587cb4b815059d3d50e6da7a (diff)
downloadgnome-control-center-7e07bb9c6e2c04bdef61244f97de7f3255e20dad.tar.gz
Fixed a typo that caused breakage.
2002-04-05 Kevin Breit <mrproper@ximian.com> * C/config-themes.xml: Fixed a typo that caused breakage. * C/config-keybindings.xml: Fixed some gross breakage.
-rw-r--r--help/C/Makefile.am12
-rw-r--r--help/C/config-themes.xml2
-rw-r--r--help/ChangeLog8
3 files changed, 17 insertions, 5 deletions
diff --git a/help/C/Makefile.am b/help/C/Makefile.am
index d007c0bcf..a58eeee45 100644
--- a/help/C/Makefile.am
+++ b/help/C/Makefile.am
@@ -1,13 +1,17 @@
-docname = gnome-control-center-manual
+figs =
+docname = control-center-manual
lang = C
-#omffile = control-center.omf
-entities = config-behavior.xml \
+omffile = control-center-C.omf
+entities = config-background.xml \
+ config-behavior.xml \
config-cds.xml \
config-hints.xml \
config-html.xml \
config-kbd.xml \
+ config-keybindings.xml \
config-mouse.xml \
config-screensaver.xml \
- config-sound.xml
+ config-sound.xml \
+ config-themes.xml
include $(top_srcdir)/help/xmldocs.make
dist-hook: app-dist-hook
diff --git a/help/C/config-themes.xml b/help/C/config-themes.xml
index 9bee1d6e0..b5757ced4 100644
--- a/help/C/config-themes.xml
+++ b/help/C/config-themes.xml
@@ -23,7 +23,7 @@
<title>Adding a Theme</title>
<para>
To add a theme to use:
- <ordredlist numeration="arabic">
+ <orderedlist numeration="arabic">
<listitem>
<para>
Click the <guibutton>Install new theme</guibutton> button.
diff --git a/help/ChangeLog b/help/ChangeLog
index eeaf30ab5..27a39ff67 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,11 @@
+2002-04-05 Kevin Breit <mrproper@ximian.com>
+
+ * C/config-themes.xml: Fixed a typo that caused breakage.
+
+ * C/config-keybindings.xml: Fixed some gross breakage.
+
+ * C/control-center-C.omf: Added file to CVS.
+
2002-03-31 Kevin Breit <mrproper@ximian.com>
* C/control-center.xml: Enabled theme selector in documentation.