Author: rolf
Date: 2007-03-01 20:37:54 -0500 (Thu, 01 Mar 2007)
New Revision: 73627

Modified:
   trunk/mono-basic/vbnc/vbnc/ChangeLog
   trunk/mono-basic/vbnc/vbnc/Makefile
   trunk/mono-basic/vbnc/vbnc/source/ChangeLog
   trunk/mono-basic/vbnc/vbnc/source/General/Messages.vb
   trunk/mono-basic/vbnc/vbnc/source/Resources/Errors.resx
   trunk/mono-basic/vbnc/vbnc/source/Resources/Source.xml
   trunk/mono-basic/vbnc/vbnc/vbnc.Errors.resources
Log:
In source:
        * Resources/Source.xml:
        * Resources/Errors.resx:
        * General/Messages.vb: Added message for #30456.

2007-03-02  Rolf Bjarne Kvinge <[EMAIL PROTECTED]> 

In .:
2007-03-01  Rolf Bjarne Kvinge  <[EMAIL PROTECTED]>

        * Makefile: Updated resources when they changes.
        * vbnc.Errors.resources: Updated.




Modified: trunk/mono-basic/vbnc/vbnc/ChangeLog
===================================================================
--- trunk/mono-basic/vbnc/vbnc/ChangeLog        2007-03-02 01:33:12 UTC (rev 
73626)
+++ trunk/mono-basic/vbnc/vbnc/ChangeLog        2007-03-02 01:37:54 UTC (rev 
73627)
@@ -1,3 +1,9 @@
+2007-03-01  Rolf Bjarne Kvinge  <[EMAIL PROTECTED]>
+
+       * Makefile: Updated resources when they changes.
+       * vbnc.Errors.resources: Updated.
+
+
 2007-02-13  Wade Berrier  <[EMAIL PROTECTED]>
 
        * Makefile: Use make friendly vars

Modified: trunk/mono-basic/vbnc/vbnc/Makefile
===================================================================
--- trunk/mono-basic/vbnc/vbnc/Makefile 2007-03-02 01:33:12 UTC (rev 73626)
+++ trunk/mono-basic/vbnc/vbnc/Makefile 2007-03-02 01:37:54 UTC (rev 73627)
@@ -20,6 +20,10 @@
        source/vbnc.vbproj      \
        bin/vbnc.rsp
 
+#all-local: vbnc.Errors.resources vbnc.exe.sources
 
-vbnc.exe.sources: vbnc.vbnc.rsp source/vbnc.vbproj
+vbnc.Errors.resources: source/Resources/Errors.resx
+       resgen2 source/Resources/Errors.resx vbnc.Errors.resources
+
+vbnc.exe.sources: vbnc.vbnc.rsp source/vbnc.vbproj vbnc.Errors.resources
        MONO_PATH="../../class/lib/bootstrap:$(MONO_PATH)" mono 
../../tools/extract-source/extract-source.exe -s:source/vbnc.vbproj 
-d:vbnc.exe.sources -m:l -b:source/ -x:r

Modified: trunk/mono-basic/vbnc/vbnc/source/ChangeLog
===================================================================
--- trunk/mono-basic/vbnc/vbnc/source/ChangeLog 2007-03-02 01:33:12 UTC (rev 
73626)
+++ trunk/mono-basic/vbnc/vbnc/source/ChangeLog 2007-03-02 01:37:54 UTC (rev 
73627)
@@ -1,5 +1,11 @@
 2007-03-02  Rolf Bjarne Kvinge <[EMAIL PROTECTED]> 
 
+       * Resources/Source.xml:
+       * Resources/Errors.resx:
+       * General/Messages.vb: Added message for #30456.
+
+2007-03-02  Rolf Bjarne Kvinge <[EMAIL PROTECTED]> 
+
        * Expressions/SimpleNameExpression.vb: Small NRE check.
        * Expressions/BinaryExpressions/EqualsExpression.vb: More debug info.
        * vbnc.vbproj, Resources/Errors.resx: Updated.

Modified: trunk/mono-basic/vbnc/vbnc/source/General/Messages.vb
===================================================================
--- trunk/mono-basic/vbnc/vbnc/source/General/Messages.vb       2007-03-02 
01:33:12 UTC (rev 73626)
+++ trunk/mono-basic/vbnc/vbnc/source/General/Messages.vb       2007-03-02 
01:37:54 UTC (rev 73627)
@@ -2144,7 +2144,7 @@
     <Message(MessageLevel.Error)> VBNC30455 = 30455
 
     ''' <summary>
-    ''' VBNC = "CHANGEME"
+    ''' VBNC = "'{0}' is not a member of '{1}'."
     ''' VB   = "'|1' is not a member of '|2'."
     ''' </summary>
     ''' <remarks></remarks>

Modified: trunk/mono-basic/vbnc/vbnc/source/Resources/Errors.resx
===================================================================
--- trunk/mono-basic/vbnc/vbnc/source/Resources/Errors.resx     2007-03-02 
01:33:12 UTC (rev 73626)
+++ trunk/mono-basic/vbnc/vbnc/source/Resources/Errors.resx     2007-03-02 
01:37:54 UTC (rev 73627)
@@ -335,7 +335,7 @@
   <data name="30452"><value>CHANGEME</value></data>
   <data name="30454"><value>CHANGEME</value></data>
   <data name="30455"><value>CHANGEME</value></data>
-  <data name="30456"><value>CHANGEME</value></data>
+  <data name="30456"><value>'{0}' is not a member of '{1}'.</value></data>
   <data name="30458"><value>CHANGEME</value></data>
   <data name="30460"><value>CHANGEME</value></data>
   <data name="30461"><value>CHANGEME</value></data>

Modified: trunk/mono-basic/vbnc/vbnc/source/Resources/Source.xml
===================================================================
--- trunk/mono-basic/vbnc/vbnc/source/Resources/Source.xml      2007-03-02 
01:33:12 UTC (rev 73626)
+++ trunk/mono-basic/vbnc/vbnc/source/Resources/Source.xml      2007-03-02 
01:37:54 UTC (rev 73627)
@@ -1524,7 +1524,7 @@
        </Message>
        <Message id="30456" level="Error">
                <Comment>NC</Comment>
-               <VBNCValue>CHANGEME</VBNCValue>
+               <VBNCValue>'{0}' is not a member of '{1}'.</VBNCValue>
                <VBValue>'|1' is not a member of '|2'.</VBValue>
        </Message>
        <Message id="30458" level="Error">

Modified: trunk/mono-basic/vbnc/vbnc/vbnc.Errors.resources
===================================================================
(Binary files differ)

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to