diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2011-03-09 14:12:49 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2011-03-09 14:12:49 +0100 |
commit | d07e4ca3fedf2c59bc4867ed4dd931dd35149cbb (patch) | |
tree | cf463efdfe98a262d4e29efae768ef4b9fe06132 /desktop/win32 | |
parent | 65fff3c4223f1eef47cd67a45ea514e22a72b089 (diff) |
masterfix DEV300: #i10000# - -> _
Notes
Notes:
split repo tag: libs-core_ooo/DEV300_m102
Diffstat (limited to 'desktop/win32')
-rw-r--r-- | desktop/win32/source/guiloader/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/win32/source/guiloader/makefile.mk b/desktop/win32/source/guiloader/makefile.mk index 4db1416b7b5e..7912471fba13 100644 --- a/desktop/win32/source/guiloader/makefile.mk +++ b/desktop/win32/source/guiloader/makefile.mk @@ -51,7 +51,7 @@ STDLIB1=$(SHLWAPILIB) .IF "$(LINK_SO)"=="TRUE" APP2TARGET=so$/guiloader APP2NOSAL=TRUE -APP2ICON=$(SOLARRESDIR)$/icons/so9-main-app.ico +APP2ICON=$(SOLARRESDIR)$/icons/so9_main_app.ico APP2OBJS=\ $(OBJ)$/extendloaderenvironment.obj \ $(OBJ)$/genericloader.obj \ |