summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVincent Geddes <vgeddes@src.gnome.org>2007-02-09 23:13:23 +0000
committerVincent Geddes <vgeddes@src.gnome.org>2007-02-09 23:13:23 +0000
commit35c7f9286dc6433f5ebe41f60e5ba28cdb736a2e (patch)
tree9a252496c61ea5075c79f60e359fd0188dfacd1a /doc
parenta545abf96d6a44628c955ea89db9718d8cd07ad8 (diff)
downloadglade-35c7f9286dc6433f5ebe41f60e5ba28cdb736a2e.tar.gz
- Add summary of the application's functionality in the '--help' output
* src/main.c: - Add summary of the application's functionality in the '--help' output (with g_option_context_set_summary()). - Set translation domain for the main option group. * docs/catalogintro.sgml: pkg-config file is now 'gladeui-1.0'. * data/glade-3.desktop.in.in: Added 'GUIDesigner' to 'Categories'. svn path=/trunk/; revision=1087
Diffstat (limited to 'doc')
-rw-r--r--doc/catalogintro.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/catalogintro.sgml b/doc/catalogintro.sgml
index c74a91a8..86770579 100644
--- a/doc/catalogintro.sgml
+++ b/doc/catalogintro.sgml
@@ -165,11 +165,11 @@ To validate a file, do this:
<para>
To install a widget plugin, the catalog XML file should be copied into
the catalog directory, which can be retrieved as:
- <programlisting>pkg-config --variable=catalogdir libgladeui-1.0</programlisting>
+ <programlisting>pkg-config --variable=catalogdir gladeui-1.0</programlisting>
The icons for palette etc go into the pixmap directory:
- <programlisting>pkg-config --variable=pixmapdir libgladeui-1.0</programlisting>
+ <programlisting>pkg-config --variable=pixmapdir gladeui-1.0</programlisting>
The plugin library should be installed into the modules directory:
- <programlisting>pkg-config --variable=moduledir libgladeui-1.0</programlisting>
+ <programlisting>pkg-config --variable=moduledir gladeui-1.0</programlisting>
</para>
</refsect3>
</refentry>