tServer questions now use stock GTK+ "yes" and "no" 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 0ac889465a748a4c92a1718dbb3d8618811838de
 (DIR) parent b003a777913f479b1b22a0a8d6d23b803dc3a973
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Mon, 25 Mar 2002 16:52:32 +0000
       
       Server questions now use stock GTK+ "yes" and "no" buttons.
       
       
       Diffstat:
         M src/gtkport/gtkport.h               |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/gtkport/gtkport.h b/src/gtkport/gtkport.h
       t@@ -764,6 +764,8 @@ void gtk_container_set_size(GtkWidget *widget, GtkAllocation *allocation);
        #define GTK_STOCK_CLOSE   _("Close")
        #define GTK_STOCK_CANCEL  _("Cancel")
        #define GTK_STOCK_REFRESH _("Refresh")
       +#define GTK_STOCK_YES     _("Yes")
       +#define GTK_STOCK_NO      _("No")
        
        GtkWidget *gtk_button_new_from_stock(const gchar *label);