Fix typos, move Windows plugin installer to prebuilt directory.
Patch by: jat
Review by: jlabanca (desk)
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6365 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/plugins/MissingBrowserPlugin.html b/plugins/MissingBrowserPlugin.html
index a136e8e..6b2d540 100644
--- a/plugins/MissingBrowserPlugin.html
+++ b/plugins/MissingBrowserPlugin.html
@@ -33,9 +33,7 @@
<br><i>note that some Linux
distributions need a plugin built with alternate libraries which will be
available soon</i>
- <!--
<li><a href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/gwt-dmp-ff3+.xpi">Version 3.0 alternate libraries</a> (try this if the one above doesn't work on Linux, known to be needed on Fedora Core 10))
- -->
<li><a href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/gwt-dmp-ff35.xpi">Version 3.5</a> (Win x86, Mac PPC/x86, Linux x86/x86_64)
</ul>
<br>
@@ -48,7 +46,7 @@
<br>
<li><b><font size="+1">Internet Explorer on Windows (32-bit IE)</font></b>
<ul>
- <li>Download and run the "<a href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/ie/installer/GwtDevModeIePluginInstaller.msi">GWT Dev Mode Plugin for IE</a>" installer.
+ <li>Download and run the "<a href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/ie/prebuilt/GwtDevModeIePluginInstaller.msi">GWT Dev Mode Plugin for IE</a>" installer.
</ul>
</ul>
diff --git a/plugins/ie/installer/build.xml b/plugins/ie/installer/build.xml
index 8cd2220..6f20317 100644
--- a/plugins/ie/installer/build.xml
+++ b/plugins/ie/installer/build.xml
@@ -42,7 +42,8 @@
</exec>
<echo message="Copying Windows Installer to installer directory" />
- <copy file="${project.build}/${gwt.oophmIeInstallerName}" tofile="${gwt.oophmIeInstallerName}" />
+ <copy file="${project.build}/${gwt.oophmIeInstallerName}"
+ tofile="../prebuilt/${gwt.oophmIeInstallerName}" />
</target>
</project>
diff --git a/plugins/ie/oophm/oophm/oophm.rc b/plugins/ie/oophm/oophm/oophm.rc
index de5890c..d48bb8c 100644
--- a/plugins/ie/oophm/oophm/oophm.rc
+++ b/plugins/ie/oophm/oophm/oophm.rc
@@ -115,7 +115,7 @@
BEGIN
CONTROL "Remember this decision for this server",IDC_REMEMBER_CHECKBOX,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,31,129,10
- LTEXT "This web server is trying to initiate a GWT Development\r\nMode Conncetion -- should it be allowed?",IDC_STATIC,10,7,167,19
+ LTEXT "This web server is trying to initiate a GWT Development\r\nMode Connection -- should it be allowed?",IDC_STATIC,10,7,167,19
PUSHBUTTON "Allow",IDC_ALLOW_BUTTON,37,50,50,14
DEFPUSHBUTTON "Deny",IDCANCEL,100,50,50,14
END
diff --git a/plugins/ie/installer/GwtDevModeIePluginInstaller.msi b/plugins/ie/prebuilt/GwtDevModeIePluginInstaller.msi
similarity index 100%
rename from plugins/ie/installer/GwtDevModeIePluginInstaller.msi
rename to plugins/ie/prebuilt/GwtDevModeIePluginInstaller.msi
Binary files differ
diff --git a/plugins/npapi/npOOPHM.rc b/plugins/npapi/npOOPHM.rc
index ed2790b..28528ef 100644
--- a/plugins/npapi/npOOPHM.rc
+++ b/plugins/npapi/npOOPHM.rc
@@ -82,7 +82,7 @@
BEGIN
CONTROL "Remember this decision for this server",IDC_REMEMBER_CHECKBOX,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,31,129,10
- LTEXT "This web server is trying to initiate a GWT Development\r\nMode Conncetion -- should it be allowed?",IDC_STATIC,10,7,167,19
+ LTEXT "This web server is trying to initiate a GWT Development\r\nMode Connection -- should it be allowed?",IDC_STATIC,10,7,167,19
PUSHBUTTON "Allow",IDC_ALLOW_BUTTON,37,50,50,14
DEFPUSHBUTTON "Deny",IDCANCEL,100,50,50,14
END