Author: max.andersen(a)jboss.com
Date: 2007-07-08 03:28:36 -0400 (Sun, 08 Jul 2007)
New Revision: 2355
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/reporting/ReportProblemWizard.java
trunk/common/plugins/org.jboss.tools.common.model/resources/help/keys-model.properties
Log:
EXIN-240 fixed title and date pattern
Modified:
trunk/common/plugins/org.jboss.tools.common.model/resources/help/keys-model.properties
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.model/resources/help/keys-model.properties 2007-07-07
12:04:08 UTC (rev 2354)
+++
trunk/common/plugins/org.jboss.tools.common.model/resources/help/keys-model.properties 2007-07-08
07:28:36 UTC (rev 2355)
@@ -636,7 +636,7 @@
SharableVPEEditor.show_comments=Show Comments in Visual Editor
-ReportProblemWizard.WindowTitle=Report Problemsssss
+ReportProblemWizard.WindowTitle=Report Problems
ReportProblemWizard.Title=Red Hat Developer Studio
ReportProblemWizard.Message=Creates a zip file with information useful when reporting and
debugging issues
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/reporting/ReportProblemWizard.java
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/reporting/ReportProblemWizard.java 2007-07-07
12:04:08 UTC (rev 2354)
+++
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/reporting/ReportProblemWizard.java 2007-07-08
07:28:36 UTC (rev 2355)
@@ -93,7 +93,7 @@
/** LOG_DATE_FORMAT */
final private SimpleDateFormat LOG_DATE_FORMAT = new SimpleDateFormat(
- "dd_MMM_yyyy__HH_mm_ss_SSS");
+ "yyyyMMddHHmmss");
/** log file name */
private Text logFileName;