diff --git a/Makefile b/Makefile index ded8f87..7b07826 100644 --- a/Makefile +++ b/Makefile @@ -101,7 +101,7 @@ endif strip image/setup.data/bin/$(os)/$(arch)/uninstall; \ brandelf -t $(os) image/setup.data/bin/$(os)/$(arch)/uninstall; \ cp -v setup.gtk image/setup.data/bin/$(os)/$(arch)/$(libc); \ - strip image/setup.data/bin/$(os)/$(arch)/$(libc)/setup.gtk; + strip image/setup.data/bin/$(os)/$(arch)/$(libc)/setup.gtk; \ else \ echo No directory to copy the binary files to.; \ fi diff --git a/gtk_ui.c b/gtk_ui.c index ca56433..0091f2e 100644 --- a/gtk_ui.c +++ b/gtk_ui.c @@ -1,5 +1,5 @@ /* GTK-based UI - $Id: gtk_ui.c,v 1.58 2000-11-11 01:40:20 hercules Exp $ + $Id: gtk_ui.c,v 1.59 2000-11-13 22:37:34 hercules Exp $ */ /* Modifications by Borland/Inprise Corp. @@ -403,7 +403,7 @@ void setup_button_play_slot( GtkWidget* _widget, gpointer func_data ) if ( getuid() == 0 ) { const char *warning_text = -_("If you run a game as root, the preferences will be stored in\n" +_("If you run this as root, the preferences will be stored in\n" "root's home directory instead of your user account directory."); warning_dialog = WARNING_ROOT; diff --git a/main.c b/main.c index 84ca17b..0b1b696 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.40 2000-11-11 07:13:38 megastep Exp $ */ +/* $Id: main.c,v 1.41 2000-11-13 22:37:34 hercules Exp $ */ /* Modifications by Borland/Inprise Corp.: @@ -371,6 +371,7 @@ int main(int argc, char **argv) break; case SETUP_PLAY: state = launch_game(info); + break; case SETUP_ABORT: abort_install(); break;