URI:
       tFix typo - 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 30d78cd77143c075c0065e4af14dd37a061673f5
   DIR parent ae23c8e276d70bf8469e7083477e5eee5ce2f10e
  HTML Author: Ben Webb <ben@salilab.org>
       Date:   Sat, 28 Nov 2020 17:45:11 -0800
       
       Fix typo
       
       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@@ -158,7 +158,7 @@ static void GetSpyReports(GtkWidget *widget, gpointer data);
        static void DisplaySpyReports(Player *Play);
        
        static DPGtkItemFactoryEntry menu_items[] = {
       -  /* The names of the the menus and their items in the GTK+ client */
       +  /* The names of the menus and their items in the GTK+ client */
          {N_("/_Game"), NULL, NULL, 0, "<Branch>"},
          {N_("/Game/_New..."), "<control>N", NewGame, 0, NULL},
          {N_("/Game/_Abandon..."), "<control>A", AbandonGame, 0, NULL},