summaryrefslogtreecommitdiff
path: root/avmedia
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 /avmedia
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 'avmedia')
-rw-r--r--avmedia/source/viewer/mediawindow.src12
1 files changed, 0 insertions, 12 deletions
diff --git a/avmedia/source/viewer/mediawindow.src b/avmedia/source/viewer/mediawindow.src
index 495df2342a30..6c7b879cdaa0 100644
--- a/avmedia/source/viewer/mediawindow.src
+++ b/avmedia/source/viewer/mediawindow.src
@@ -24,43 +24,31 @@ String AVMEDIA_STR_INSERTMEDIA_DLG
Text[en-US] = "Insert Movie and Sound";
};
-
-
STRING AVMEDIA_STR_OPENMEDIA_DLG
{
Text[en-US] = "Open Movie and Sound";
};
-
-
String AVMEDIA_STR_ALL_MEDIAFILES
{
Text[en-US] = "All movie and sound files";
};
-
-
String AVMEDIA_STR_ALL_FILES
{
Text[en-US] = "All files";
};
-
-
Bitmap AVMEDIA_BMP_AUDIOLOGO
{
file = "avaudiologo.png";
};
-
-
Bitmap AVMEDIA_BMP_EMPTYLOGO
{
file = "avemptylogo.png";
};
-
-
ErrorBox AVMEDIA_ERR_URL
{
BUTTONS = WB_OK ;