Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r959 committed - Fixed code formatting on FlashIssue117 branch

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r959 committed - Fixed code formatting on FlashIssue117 branch


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r959 committed - Fixed code formatting on FlashIssue117 branch
  • Date: Mon, 24 Feb 2014 10:04:28 +0000

Revision: 959
Author:

Date: Mon Feb 24 10:04:10 2014 UTC
Log: Fixed code formatting on FlashIssue117 branch

http://code.google.com/p/ndt/source/detail?r=959

Modified:
/branches/FlashIssue117/flash-client/src/GUI.as

=======================================
--- /branches/FlashIssue117/flash-client/src/GUI.as Mon Feb 24 07:51:01 2014 UTC
+++ /branches/FlashIssue117/flash-client/src/GUI.as Mon Feb 24 10:04:10 2014 UTC
@@ -328,9 +328,9 @@
}
if (TestResults.getErrMsg() != "") {
_summaryResultText += "There were some errors during the test:<br>"
- + "<font color=\"#CC3333\"><b>"
- + TestResults.getErrMsg()
- + "</b></font>" + "\n";
+ + "<font color=\"#CC3333\"><b>"
+ + TestResults.getErrMsg()
+ + "</b></font>" + "\n";
}
}




Archive powered by MHonArc 2.6.16.

Top of Page