r325 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Jun 1 07:16:12 EDT 2007


Author: icculus
Date: 2007-06-01 07:16:11 -0400 (Fri, 01 Jun 2007)
New Revision: 325

Modified:
   trunk/gui_www.c
Log:
Whoops, cut-and-paste issue.


Modified: trunk/gui_www.c
===================================================================
--- trunk/gui_www.c	2007-06-01 11:06:04 UTC (rev 324)
+++ trunk/gui_www.c	2007-06-01 11:16:11 UTC (rev 325)
@@ -817,7 +817,7 @@
     assert(STATICARRAYLEN(buttons) == STATICARRAYLEN(locButtons));
 
     cancelbutton = bcount++;
-    buttons[cancelbutton] = "next";
+    buttons[cancelbutton] = "cancel";
     locButtons[cancelbutton] = entry->xstrdup(entry->_("Cancel"));
 
     if (can_back)




More information about the mojosetup-commits mailing list