[Libreoffice-commits] .: desktop/util

Tor Lillqvist tml at kemper.freedesktop.org
Thu Sep 22 03:46:30 PDT 2011


 desktop/util/officeloader.rc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2c1e9e85b3444f7cbb476bc7e0804ad7abba8cd3
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Thu Sep 22 13:40:23 2011 +0300

    A trailing "\0" on an ICON line is unnecessary and causes an error

diff --git a/desktop/util/officeloader.rc b/desktop/util/officeloader.rc
index 3d37043..4c4fc6a 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"


More information about the Libreoffice-commits mailing list