1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-26 08:22:37 +01:00

- Replaced Apps with Applications in WPrefs installation path

- Added missing switchpanel.h to compile file list
This commit is contained in:
dan
2004-10-23 03:53:25 +00:00
parent 193a63511d
commit 9ead135f51
21 changed files with 22 additions and 21 deletions

View File

@@ -64,6 +64,7 @@ wmaker_SOURCES = \
session.c \
shutdown.c \
switchpanel.c \
switchpanel.h \
stacking.c \
stacking.h \
startup.c \

View File

@@ -197,7 +197,7 @@ wApplicationExtractDirPackIcon(WScreen *scr, char *path,
{
char *iconPath=NULL;
/* Maybe the app is a .app and it has an icon in it, like
* /usr/local/GNUstep/Apps/WPrefs.app/WPrefs.tiff
* /usr/local/GNUstep/Applications/WPrefs.app/WPrefs.tiff
*/
if (strstr(path, ".app")) {
char *tmp;