[PATCH] Fix iexplore.exe's home button label

Andre Guibert de Bruet andy at siliconlandmark.com
Wed May 1 08:57:24 CDT 2013


Hi,

The attached patch fixes a regression in ieframe. The "Home" button's 
label is currently set to "#msgctxt#home page#Home". The attached patch 
sets it back to "Home".

This issue is also being tracked in ReactOS' JIRA at: 
http://jira.reactos.org/browse/CORE-7144

Thanks,
Andre

-- 
/*  Andre Guibert de Bruet  * 436f 6465 2070 6f65 742e 2042 6974 206a */
/*     Managing Partner     * 6f63 6b65 792e 2053 7973 4164 6d69 6e2e */
/*   GSM: +1 734 846 8758   * 2055 4e49 5820 736c 6575 7468 2e00 0000 */
/* WWW: siliconlandmark.com * C/C++, Java, Perl, PHP, SQL, XHTML, XML */
-------------- next part --------------
diff --git a/dlls/ieframe/ieframe.rc b/dlls/ieframe/ieframe.rc
index d14a9ea..b4dae26 100644
--- a/dlls/ieframe/ieframe.rc
+++ b/dlls/ieframe/ieframe.rc
@@ -64,7 +64,7 @@ STRINGTABLE
     IDS_TB_FORWARD          "Forward"
     IDS_TB_STOP             "Stop"
     IDS_TB_REFRESH          "Refresh"
-    IDS_TB_HOME             "#msgctxt#home page#Home"
+    IDS_TB_HOME             "Home"
     IDS_TB_PRINT            "Print..."
 }
 


More information about the wine-patches mailing list