shouldnt 'quit character' be remaned to delete character? could be alot less confusing?
Leaf: you should probably unlock your announcment so people can comment on that...
quiting characters
Moderator: Board moderators
-
- Forum Aficionado
- Posts: 1994
- Joined: Tue Apr 29, 2003 5:55 pm
- Location: Minnesota, USA
- Contact:
Re: quiting characters
I would prefer to keep the announcement area, announcements only.Aaron wrote: Leaf: you should probably unlock your announcment so people can comment on that...
Discussion of topics (inlcuding announcements) should go in the appropriate subject/threads/etc.
-
- Forum Fanatic
- Posts: 852
- Joined: Sun Jun 13, 2004 2:07 am
- Location: Hemel Hempstead
shouldn't it be rather changing the labels to 'quit', and 'quit and delete character'?
and yes, the client fix is simple....
and yes, the client fix is simple....
Code: Select all
Index: gtk/gx11.c
===================================================================
RCS file: /cvsroot/crossfire/client/gtk/gx11.c,v
retrieving revision 1.72
diff -C5 -r1.72 gx11.c
*** gtk/gx11.c 30 May 2005 21:01:57 -0000 1.72
--- gtk/gx11.c 6 Jul 2005 02:23:20 -0000
***************
*** 3058,3074 ****
menu_items = gtk_menu_item_new ();
gtk_menu_append(GTK_MENU (filemenu), menu_items);
gtk_widget_show(menu_items);
! menu_items = gtk_menu_item_new_with_label("Quit character");
gtk_menu_append(GTK_MENU (filemenu), menu_items);
gtk_signal_connect_object(GTK_OBJECT(menu_items), "activate",
GTK_SIGNAL_FUNC(sexit), NULL);
gtk_widget_show(menu_items);
! menu_items = gtk_menu_item_new_with_label("Quit client");
gtk_menu_append(GTK_MENU (filemenu), menu_items);
gtk_signal_connect_object(GTK_OBJECT(menu_items), "activate",
GTK_SIGNAL_FUNC(client_exit), NULL);
gtk_widget_show(menu_items);
--- 3058,3074 ----
menu_items = gtk_menu_item_new ();
gtk_menu_append(GTK_MENU (filemenu), menu_items);
gtk_widget_show(menu_items);
! menu_items = gtk_menu_item_new_with_label("Quit and Delete character");
gtk_menu_append(GTK_MENU (filemenu), menu_items);
gtk_signal_connect_object(GTK_OBJECT(menu_items), "activate",
GTK_SIGNAL_FUNC(sexit), NULL);
gtk_widget_show(menu_items);
! menu_items = gtk_menu_item_new_with_label("Quit");
gtk_menu_append(GTK_MENU (filemenu), menu_items);
gtk_signal_connect_object(GTK_OBJECT(menu_items), "activate",
GTK_SIGNAL_FUNC(client_exit), NULL);
gtk_widget_show(menu_items);
-
- Forum Fanatic
- Posts: 852
- Joined: Sun Jun 13, 2004 2:07 am
- Location: Hemel Hempstead
a better thing to do might be to check the parameters to the quit command, and then if they are blank display
***WARNIG***
the command quit, as well as leaving the server will delete your character permenently. If you only want to exit the client type [I can't remember what it is off-hand]. If you /do/ want to quit your character type 'quit YESIAMSUREIWANTTODOTHIS'
btw, what is the other command that you refer to?
***WARNIG***
the command quit, as well as leaving the server will delete your character permenently. If you only want to exit the client type [I can't remember what it is off-hand]. If you /do/ want to quit your character type 'quit YESIAMSUREIWANTTODOTHIS'
btw, what is the other command that you refer to?