tSet caption of jet button back to the original "Jet!" - vaccinewars - be a doctor and try to vaccinate the world
HTML git clone git://src.adamsgaard.dk/vaccinewars
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 1feb8af1abfea229bc7cf9f19fc01e8f785985c7
DIR parent 3520b9c1c26dc075fa3b1018ecf4776996d0cd44
HTML Author: Ben Webb <ben@salilab.org>
Date: Tue, 9 Apr 2002 17:45:50 +0000
Set caption of jet button back to the original "Jet!"
Diffstat:
M src/gui_client/gtk_client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/gui_client/gtk_client.c b/src/gui_client/gtk_client.c
t@@ -2067,7 +2067,7 @@ void SetJetButtonTitle(GtkAccelGroup *accel_group)
caption = _("_Fight");
} else {
/* Caption of 'Jet' button in main window */
- caption = _("_Jet");
+ caption = _("_Jet!");
}
ClientData.JetAccel = SetAccelerator(button, caption, button,
"clicked", accel_group, FALSE);