summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-12-02 13:08:40 +0100
committerAndras Timar <atimar@suse.com>2011-12-02 13:44:05 +0100
commitc7ecf3c82d1e9f151488f4833786e69d8357bc9d (patch)
tree676fd09525ddd7258d9c11d91a698ed1216c88fd /desktop
parent6dc4c0dccae9eb8cb24623e332977034a7471526 (diff)
A trailing 0 on an ICON line is unnecessary and causes an error
Diffstat (limited to 'desktop')
-rw-r--r--desktop/win32/source/applauncher/launcher.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/win32/source/applauncher/launcher.rc b/desktop/win32/source/applauncher/launcher.rc
index f9da5cc3647e..e8715348a680 100644
--- a/desktop/win32/source/applauncher/launcher.rc
+++ b/desktop/win32/source/applauncher/launcher.rc
@@ -70,4 +70,4 @@ VS_VERSION_INFO VERSIONINFO
}
}
-1 ICON PPS(RES_APP_ICON) "\0"
+1 ICON PPS(RES_APP_ICON)