dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnetlib/System.Windows.Forms Control.cs, 1.38, 1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System.Windows.Forms Control.cs, 1.38, 1.39 Forms.build, 1.8, 1.9 MessageBox.cs, 1.4, 1.5
Date: Sun, 12 Oct 2003 22:39:09 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/System.Windows.Forms
In directory subversions:/tmp/cvs-serv16525/System.Windows.Forms

Modified Files:
        Control.cs Forms.build MessageBox.cs 
Log Message:


Add the string resources for "System.Windows.Forms".


Index: Control.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Windows.Forms/Control.cs,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** Control.cs  10 Oct 2003 19:51:02 -0000      1.38
--- Control.cs  12 Oct 2003 22:39:06 -0000      1.39
***************
*** 4261,4265 ****
                                        {
                                                throw new ArgumentException
!                                                       
(S._("SWF_ControlNotPresent"));
                                        }
                                        return index;
--- 4261,4265 ----
                                        {
                                                throw new ArgumentException
!                                                       
(S._("SWF_ControlNotAChild"));
                                        }
                                        return index;
***************
*** 4398,4402 ****
                                        {
                                                throw new ArgumentException
!                                                       
(S._("SWF_ControlNotPresent"));
                                        }
                                        return index;
--- 4398,4402 ----
                                        {
                                                throw new ArgumentException
!                                                       
(S._("SWF_ControlNotAChild"));
                                        }
                                        return index;

Index: MessageBox.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Windows.Forms/MessageBox.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MessageBox.cs       11 Oct 2003 03:59:01 -0000      1.4
--- MessageBox.cs       12 Oct 2003 22:39:07 -0000      1.5
***************
*** 267,271 ****
                                        {
                                                button1 = new Button();
!                                               button1.Text = 
S._("MessageBox_OK", "OK");
                                                button2 = null;
                                                button3 = null;
--- 267,271 ----
                                        {
                                                button1 = new Button();
!                                               button1.Text = 
S._("SWF_MessageBox_OK", "OK");
                                                button2 = null;
                                                button3 = null;
***************
*** 278,283 ****
                                                button1 = new Button();
                                                button2 = new Button();
!                                               button1.Text = 
S._("MessageBox_OK", "OK");
!                                               button2.Text = 
S._("MessageBox_Cancel", "Cancel");
                                                button3 = null;
                                                hasCancel = true;
--- 278,283 ----
                                                button1 = new Button();
                                                button2 = new Button();
!                                               button1.Text = 
S._("SWF_MessageBox_OK", "OK");
!                                               button2.Text = 
S._("SWF_MessageBox_Cancel", "Cancel");
                                                button3 = null;
                                                hasCancel = true;
***************
*** 290,296 ****
                                                button2 = new Button();
                                                button3 = new Button();
!                                               button1.Text = 
S._("MessageBox_Abort", "Abort");
!                                               button2.Text = 
S._("MessageBox_Retry", "Retry");
!                                               button3.Text = 
S._("MessageBox_Ignore", "Ignore");
                                                hasCancel = false;
                                        }
--- 290,296 ----
                                                button2 = new Button();
                                                button3 = new Button();
!                                               button1.Text = 
S._("SWF_MessageBox_Abort", "&Abort");
!                                               button2.Text = 
S._("SWF_MessageBox_Retry", "&Retry");
!                                               button3.Text = 
S._("SWF_MessageBox_Ignore", "&Ignore");
                                                hasCancel = false;
                                        }
***************
*** 302,308 ****
                                                button2 = new Button();
                                                button3 = new Button();
!                                               button1.Text = 
S._("MessageBox_Yes", "Yes");
!                                               button2.Text = 
S._("MessageBox_No", "No");
!                                               button3.Text = 
S._("MessageBox_Cancel", "Cancel");
                                                hasCancel = true;
                                        }
--- 302,308 ----
                                                button2 = new Button();
                                                button3 = new Button();
!                                               button1.Text = 
S._("SWF_MessageBox_Yes", "&Yes");
!                                               button2.Text = 
S._("SWF_MessageBox_No", "&No");
!                                               button3.Text = 
S._("SWF_MessageBox_Cancel", "Cancel");
                                                hasCancel = true;
                                        }
***************
*** 313,318 ****
                                                button1 = new Button();
                                                button2 = new Button();
!                                               button1.Text = 
S._("MessageBox_Yes", "Yes");
!                                               button2.Text = 
S._("MessageBox_No", "No");
                                                button3.Text = null;
                                                hasCancel = false;
--- 313,318 ----
                                                button1 = new Button();
                                                button2 = new Button();
!                                               button1.Text = 
S._("SWF_MessageBox_Yes", "&Yes");
!                                               button2.Text = 
S._("SWF_MessageBox_No", "&No");
                                                button3.Text = null;
                                                hasCancel = false;
***************
*** 324,329 ****
                                                button1 = new Button();
                                                button2 = new Button();
!                                               button1.Text = 
S._("MessageBox_Retry", "Retry");
!                                               button2.Text = 
S._("MessageBox_Cancel", "Cancel");
                                                button3.Text = null;
                                                hasCancel = true;
--- 324,329 ----
                                                button1 = new Button();
                                                button2 = new Button();
!                                               button1.Text = 
S._("SWF_MessageBox_Retry", "&Retry");
!                                               button2.Text = 
S._("SWF_MessageBox_Cancel", "Cancel");
                                                button3.Text = null;
                                                hasCancel = true;

Index: Forms.build
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Windows.Forms/Forms.build,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Forms.build 11 Oct 2003 05:55:59 -0000      1.8
--- Forms.build 12 Oct 2003 22:39:07 -0000      1.9
***************
*** 30,37 ****
  
                        <resources>
- <!--
                                <includes if="${CONFIG_RUNTIME_INFRA}"
                                        
name="../resources/en_US/System.Windows.Forms/System.Windows.Forms.resources"/>
- -->
                                <includes if="${CONFIG_RUNTIME_INFRA}"
                                        
name="../resources/en_US/System.Windows.Forms/*.ico"/>
--- 30,35 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]