summaryrefslogtreecommitdiff
path: root/svtools/source/java
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-18 16:56:16 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-19 20:04:22 +0200
commit3db8d606d5cdb5f0569a4263d4793c17920d0ae1 (patch)
treee8b5e1e6275c4ccc0cd55c94e39ae7d8bc598e4e /svtools/source/java
parente175eb3cedded28909247f4d46f2c17ff2f58be2 (diff)
hrc and src files: squeeze multiple newlines
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
Diffstat (limited to 'svtools/source/java')
-rw-r--r--svtools/source/java/javaerror.src2
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/java/javaerror.src b/svtools/source/java/javaerror.src
index c1e2da1c063c..c8c0fc197929 100644
--- a/svtools/source/java/javaerror.src
+++ b/svtools/source/java/javaerror.src
@@ -61,7 +61,6 @@ ErrorBox ERRORBOX_JVMCREATIONFAILED
Message[ en-US ] = "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under Tools - Options - %PRODUCTNAME - Advanced.";
};
-
String STR_WARNING_JAVANOTFOUND
{
Text[ en-US ] = "JRE Required" ;
@@ -77,7 +76,6 @@ String STR_QUESTION_JAVADISABLED
Text[ en-US ] = "Enable JRE" ;
};
-
String STR_ERROR_JVMCREATIONFAILED
{
Text[ en-US ] = "JRE is Defective" ;