mirror of
https://github.com/david-schmidt/gsport.git
synced 2025-08-15 09:27:35 +00:00
New Mac icon, more name changes
This commit is contained in:
@@ -35,7 +35,7 @@ gsportmac: $(OBJECTS) compile_time.o
|
|||||||
cp -f info.nib ../GSport.app/Contents/Resources/English.lproj/main.nib
|
cp -f info.nib ../GSport.app/Contents/Resources/English.lproj/main.nib
|
||||||
cp -f classes.nib ../GSport.app/Contents/Resources/English.lproj/main.nib
|
cp -f classes.nib ../GSport.app/Contents/Resources/English.lproj/main.nib
|
||||||
cp -f objects.xib ../GSport.app/Contents/Resources/English.lproj/main.nib
|
cp -f objects.xib ../GSport.app/Contents/Resources/English.lproj/main.nib
|
||||||
cp -f kegsicon.icns ../GSport.app/Contents/Resources/
|
cp -f gsporticon.icns ../GSport.app/Contents/Resources/
|
||||||
cp -f 525.icns ../GSport.app/Contents/Resources/
|
cp -f 525.icns ../GSport.app/Contents/Resources/
|
||||||
cp -f 2mg.icns ../GSport.app/Contents/Resources/
|
cp -f 2mg.icns ../GSport.app/Contents/Resources/
|
||||||
touch '../GSport.app/Icon?'
|
touch '../GSport.app/Icon?'
|
||||||
|
BIN
src/gsporticon.icns
Normal file
BIN
src/gsporticon.icns
Normal file
Binary file not shown.
Binary file not shown.
@@ -246,7 +246,7 @@ x_show_alert(int is_fatal, const char *str)
|
|||||||
}
|
}
|
||||||
okstrref = CFSTR("Click OK to continue");
|
okstrref = CFSTR("Click OK to continue");
|
||||||
if(is_fatal) {
|
if(is_fatal) {
|
||||||
okstrref = CFSTR("Clock OK to exit GSport");
|
okstrref = CFSTR("Click OK to exit GSport");
|
||||||
}
|
}
|
||||||
CreateStandardAlert(kAlertStopAlert, cfstrref, okstrref,
|
CreateStandardAlert(kAlertStopAlert, cfstrref, okstrref,
|
||||||
&alert_param, &alert);
|
&alert_param, &alert);
|
||||||
|
@@ -38,10 +38,10 @@ const char rcsid_sim65816_c[] = "@(#)$KmKId: sim65816.c,v 1.367 2004-11-22 02:39
|
|||||||
char g_argv0_path[256] = "./";
|
char g_argv0_path[256] = "./";
|
||||||
|
|
||||||
const char *g_kegs_default_paths[] = { "", "./", "${HOME}/",
|
const char *g_kegs_default_paths[] = { "", "./", "${HOME}/",
|
||||||
"${HOME}/Library/KEGS/",
|
"${HOME}/Library/GSport/",
|
||||||
"${0}/Contents/Resources/", "/usr/local/lib/",
|
"${0}/Contents/Resources/", "/usr/local/lib/",
|
||||||
"/usr/local/kegs/", "/usr/local/lib/kegs/", "/usr/share/kegs/",
|
"/usr/local/gsport/", "/usr/local/lib/gsport/", "/usr/share/gsport/",
|
||||||
"/var/lib/", "/usr/lib/kegs/", "${0}/", 0 };
|
"/var/lib/", "/usr/lib/gsport/", "${0}/", 0 };
|
||||||
|
|
||||||
#define MAX_EVENTS 64
|
#define MAX_EVENTS 64
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user