tTemporary "fix" for accelerators of stock buttons. - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit df49d2933f8173b3e473677f6cc09dc7d4c561c5
 (DIR) parent f980bd843f254c79f93c7ff7519977f4c0ef9b2a
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Mon, 25 Mar 2002 16:51:59 +0000
       
       Temporary "fix" for accelerators of stock buttons.
       
       
       Diffstat:
         M src/gtkport/gtkport.h               |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/src/gtkport/gtkport.h b/src/gtkport/gtkport.h
       t@@ -760,10 +760,10 @@ void gtk_container_set_size(GtkWidget *widget, GtkAllocation *allocation);
        #define MB_IMMRETURN 16
        
        #ifndef HAVE_GLIB2
       -#define GTK_STOCK_OK      _("_OK")
       -#define GTK_STOCK_CLOSE   _("_Close")
       -#define GTK_STOCK_CANCEL  _("_Cancel")
       -#define GTK_STOCK_REFRESH _("_Refresh")
       +#define GTK_STOCK_OK      _("OK")
       +#define GTK_STOCK_CLOSE   _("Close")
       +#define GTK_STOCK_CANCEL  _("Cancel")
       +#define GTK_STOCK_REFRESH _("Refresh")
        
        GtkWidget *gtk_button_new_from_stock(const gchar *label);
        #endif