diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 07:08:17 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 07:08:17 +0000 |
commit | 9f96d6383157631aa9a8d087b3966d47e7b06899 (patch) | |
tree | cb7b064cb0e329f8334d9bca1592af674d26ac4a /kdoctools/docbook/xsl/params/htmlhelp.window.geometry.xml | |
parent | 73a98149e76c195571c8b9b3ecd6753f204ccd97 (diff) | |
download | tdelibs-9f96d6383157631aa9a8d087b3966d47e7b06899.tar.gz tdelibs-9f96d6383157631aa9a8d087b3966d47e7b06899.zip |
Repair accidental damage to meinproc/docbook caused by prior commit
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211188 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdoctools/docbook/xsl/params/htmlhelp.window.geometry.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/htmlhelp.window.geometry.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kdoctools/docbook/xsl/params/htmlhelp.window.geometry.xml b/kdoctools/docbook/xsl/params/htmlhelp.window.geometry.xml index 0ba52e843..e0742b10d 100644 --- a/kdoctools/docbook/xsl/params/htmlhelp.window.geometry.xml +++ b/kdoctools/docbook/xsl/params/htmlhelp.window.geometry.xml @@ -1,16 +1,16 @@ -<refentry id="htmlhelp.window.tqgeometry"> +<refentry id="htmlhelp.window.geometry"> <refmeta> -<refentrytitle>htmlhelp.window.tqgeometry</refentrytitle> +<refentrytitle>htmlhelp.window.geometry</refentrytitle> <refmiscinfo role="type">string</refmiscinfo> </refmeta> <refnamediv> -<refname>htmlhelp.window.tqgeometry</refname> -<refpurpose>Set initial tqgeometry of help window</refpurpose> +<refname>htmlhelp.window.geometry</refname> +<refpurpose>Set initial geometry of help window</refpurpose> </refnamediv> <refsynopsisdiv> -<src:fragment id='htmlhelp.window.tqgeometry.frag'> -<xsl:param name="htmlhelp.window.tqgeometry"/> +<src:fragment id='htmlhelp.window.geometry.frag'> +<xsl:param name="htmlhelp.window.geometry"/> </src:fragment> </refsynopsisdiv> @@ -19,7 +19,7 @@ <para>This parameter specifies initial position of help window. E.g.</para> -<programlisting><![CDATA[<xsl:param name="htmlhelp.window.tqgeometry">[160,64,992,704]</xsl:param>]]></programlisting> +<programlisting><![CDATA[<xsl:param name="htmlhelp.window.geometry">[160,64,992,704]</xsl:param>]]></programlisting> </refsect1> </refentry> |