[tuxdroid-svn] r5350 - software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-inst
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2009-09-10 10:41:26
|
Author: jerome
Date: 2009-09-10 12:41:13 +0200 (Thu, 10 Sep 2009)
New Revision: 5350
Modified:
software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/Unit1.pas
Log:
* Updated test count from 2 to 3.
Modified: software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/Unit1.pas
===================================================================
--- software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/Unit1.pas 2009-09-10 10:37:06 UTC (rev 5349)
+++ software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/Unit1.pas 2009-09-10 10:41:13 UTC (rev 5350)
@@ -473,7 +473,7 @@
Box.bCancel:
begin
- if testCount < 2 then
+ if testCount < 3 then
begin
result := Box1.showMessageDialog(gettext(SCREEN_5_CHOICE_2), gettext(OK), gettext(CANCEL));
@@ -490,7 +490,7 @@
end
else
begin
- if testCount < 2 then
+ if testCount < 3 then
begin
TuxUtils.stopServer();
sleep(500);
|