diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-22 13:40:23 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-22 13:43:28 +0300 |
commit | 2c1e9e85b3444f7cbb476bc7e0804ad7abba8cd3 (patch) | |
tree | a19c9dea05d54f7e5f2c91b9db2b4dc89f429eb5 | |
parent | f19e3f1d8b052474a4de87e3518b1b1dac3b400a (diff) |
A trailing "\0" on an ICON line is unnecessary and causes an error
-rw-r--r-- | desktop/util/officeloader.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/util/officeloader.rc b/desktop/util/officeloader.rc index 3d37043c848b..4c4fc6a390b5 100644 --- a/desktop/util/officeloader.rc +++ b/desktop/util/officeloader.rc @@ -70,7 +70,7 @@ VS_VERSION_INFO VERSIONINFO } } -1 ICON PPS(RES_APP_ICON) "\0" +1 ICON PPS(RES_APP_ICON) 2 ICON "icons/oasis-text.ico" 3 ICON "icons/oasis-text-template.ico" 4 ICON "icons/oasis-spreadsheet.ico" |