Revision: 6766
Author: [email protected]
Date: Mon Nov 9 09:16:02 2009
Log: Fix bad prefix in "Message containing widgets with text bodies" section
http://code.google.com/p/google-web-toolkit/source/detail?r=6766
Modified:
/wiki/UiBinderI18n.wiki
=======================================
--- /wiki/UiBinderI18n.wiki Thu Nov 5 20:47:50 2009
+++ /wiki/UiBinderI18n.wiki Mon Nov 9 09:16:02 2009
@@ -222,8 +222,8 @@
{{{
<ui:HTMLPanel>
To do the thing,
- <ui:HyperLink token="/doThe#thing">click
- here</ui:HyperLink> and massage vigorously.
+ <g:HyperLink token="/doThe#thing">click
+ here</g:HyperLink> and massage vigorously.
</ui:HTMLPanel>
}}}
@@ -231,8 +231,8 @@
{{{
<ui:HTMLPanel>
<ui:msg>To do the thing,
- <ui:HyperLink token="/doThe#thing">click
- here</ui:HyperLink> and massage vigorously.
+ <g:HyperLink token="/doThe#thing">click
+ here</g:HyperLink> and massage vigorously.
</ui:msg>
</ui:HTMLPanel>
}}}
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---