mirror of
https://github.com/david-schmidt/gsport.git
synced 2024-12-29 10:31:50 +00:00
New Mac icon, more name changes
This commit is contained in:
parent
326a72dbf1
commit
68db86f65b
@ -35,7 +35,7 @@ gsportmac: $(OBJECTS) compile_time.o
|
||||
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 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 2mg.icns ../GSport.app/Contents/Resources/
|
||||
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");
|
||||
if(is_fatal) {
|
||||
okstrref = CFSTR("Clock OK to exit GSport");
|
||||
okstrref = CFSTR("Click OK to exit GSport");
|
||||
}
|
||||
CreateStandardAlert(kAlertStopAlert, cfstrref, okstrref,
|
||||
&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] = "./";
|
||||
|
||||
const char *g_kegs_default_paths[] = { "", "./", "${HOME}/",
|
||||
"${HOME}/Library/KEGS/",
|
||||
"${HOME}/Library/GSport/",
|
||||
"${0}/Contents/Resources/", "/usr/local/lib/",
|
||||
"/usr/local/kegs/", "/usr/local/lib/kegs/", "/usr/share/kegs/",
|
||||
"/var/lib/", "/usr/lib/kegs/", "${0}/", 0 };
|
||||
"/usr/local/gsport/", "/usr/local/lib/gsport/", "/usr/share/gsport/",
|
||||
"/var/lib/", "/usr/lib/gsport/", "${0}/", 0 };
|
||||
|
||||
#define MAX_EVENTS 64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user