gaim/www

933e7ceb7c66
Parents ce3959f0bfcb
Children 7a9be40f80e0
Why is this so hard to get right the first time?
--- a/htdocs/win32/index.php Tue Sep 20 18:31:44 2005 -0400
+++ b/htdocs/win32/index.php Tue Sep 20 18:36:16 2005 -0400
@@ -123,7 +123,7 @@
<p>Make sure to leave the <code>/D</code> flag for last. The <code>/L</code> flag sets the language (Windows LCID) used by the uninstaller, as well as Gaim itself. You may omit both the <code>/L</code> and <code>/D</code> flags and use the defaults which are 1033 (English) and <code>C:\Program Files\Gaim</code> respectively. The same applies to non-gtk versions. If you need to specify the GTK+ install path (Default is <code>C:\Program Files\Common Files\GTK\2.0</code>), then download the latest GTK+ installer from above, and do the following:</p>
<pre><code>gtk-runtime-<?php print $current_win32_gtk_version; ?>-rev-<?php print $current_win32_gtk_revision; ?>.exe /L=1033 /S /NOUI /D=C:\GTK+
gaim-<?php print $current_win32_version; ?>-no-gtk.exe /L=1033 /S /D=C:\Gaim</code></pre>
-<p>The GTK+ installer has two silent states. One with message boxes <code>/S</code>, and one without <code>/S /NOUI</code>. The reason for this is that the installer was made to run from within the gaim installer where you would expect to see message boxes for errors.</p>
+<p>The GTK+ installer has two silent states. One with message boxes: <code>/S</code>, and one without: <code>/S /NOUI</code>. The reason for this is that the installer was made to run from within the Gaim installer where you would expect to see message boxes for errors.</p>
<h2 id="spelling">Gaim Spell Checking</h2>
<h3>Aspell and Aspell dictionary installers</h3>