diff options
author | Andras Timar <atimar@suse.com> | 2011-12-02 13:08:40 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-12-02 13:44:05 +0100 |
commit | c7ecf3c82d1e9f151488f4833786e69d8357bc9d (patch) | |
tree | 676fd09525ddd7258d9c11d91a698ed1216c88fd /desktop | |
parent | 6dc4c0dccae9eb8cb24623e332977034a7471526 (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.rc | 2 |
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) |