diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-05-15 08:11:57 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-05-15 08:11:57 +0000 |
commit | 0797a7072cd2e641ecb5e1f0c2eb7fa6e024c6f0 (patch) | |
tree | 99a765a73b6ef622105fcd499e6e215a3321692d /sysui | |
parent | d28706df6ccc8e7684f85c70526603ae57b249d4 (diff) |
INTEGRATION: CWS oxtsysint01 (1.25.2); FILE MERGED
2008/04/24 13:33:12 obr 1.25.2.1: #i85856# desktop integration no longer uses unopkg gui
Diffstat (limited to 'sysui')
-rw-r--r-- | sysui/desktop/share/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysui/desktop/share/makefile.mk b/sysui/desktop/share/makefile.mk index b9bceeff25aa..877dd55e2759 100644 --- a/sysui/desktop/share/makefile.mk +++ b/sysui/desktop/share/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.26 $ +# $Revision: 1.27 $ # # This file is part of OpenOffice.org. # @@ -56,7 +56,7 @@ ULFFILES= \ launcher_genericname.ulf \ launcher_name.ulf -LAUNCHERLIST = writer calc draw impress math base printeradmin qstart extensionmgr +LAUNCHERLIST = writer calc draw impress math base printeradmin qstart LAUNCHERDEPN = ../menus/{$(LAUNCHERLIST)}.desktop LAUNCHERFLAGFILE = $(COMMONMISC)/$(TARGET)/xdg.flag @@ -113,9 +113,9 @@ MIMEICONLIST = \ extension ICONDEPN = \ - ../icons/hicolor/{16x16 32x32 48x48}/apps/{$(LAUNCHERLIST:s/qstart//:s/extensionmgr//)}.png \ + ../icons/hicolor/{16x16 32x32 48x48}/apps/{$(LAUNCHERLIST:s/qstart//)}.png \ ../icons/hicolor/{16x16 32x32 48x48}/mimetypes/{$(MIMEICONLIST)}.png \ - ../icons/locolor/{16x16 32x32}/apps/{$(LAUNCHERLIST:s/qstart//:s/extensionmgr//)}.png \ + ../icons/locolor/{16x16 32x32}/apps/{$(LAUNCHERLIST:s/qstart//)}.png \ ../icons/locolor/{16x16 32x32}/mimetypes/{$(MIMEICONLIST)}.png # --- Targets ------------------------------------------------------ |