Update of /cvsroot/utf8vcl/utf8vcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv13199
Modified Files:
JVCLMainTest.pas
Log Message:
combos now translated
Index: JVCLMainTest.pas
===================================================================
RCS file: /cvsroot/utf8vcl/utf8vcl/JVCLMainTest.pas,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** JVCLMainTest.pas 29 Mar 2007 14:21:12 -0000 1.2
--- JVCLMainTest.pas 31 Mar 2007 06:32:11 -0000 1.3
***************
*** 65,69 ****
JvOfficeColorButton1.Properties.CustomColorHint := TestText;
JvHTButton1.Caption := TestText;
! JvBehaviorLabel1.Caption := TestText + ' ' + TestText + ' ' + TestText;
JvBehaviorLabel1.BehaviorOptions.Active := True;
JvInstallLabel1.Lines[0] := TestText;
--- 65,69 ----
JvOfficeColorButton1.Properties.CustomColorHint := TestText;
JvHTButton1.Caption := TestText;
! JvBehaviorLabel1.Caption := TestText + ' ' + TestText;
JvBehaviorLabel1.BehaviorOptions.Active := True;
JvInstallLabel1.Lines[0] := TestText;
***************
*** 74,77 ****
--- 74,82 ----
JvStaticText1.Caption := TestText;
JvLabel1.Caption := TestText;
+ JvImageComboBox1.Items[0].Text := TestText;
+ JvImageComboBox1.Items[1].Text := TestText;
+ JvImageCombobox1.ItemIndex := 0;
+ JvImageListBox1.Items[0].Text := TestText;
+ JvImageListBox1.Items[1].Text := TestText;
end;
|