settings_gui.c
changeset 3596 443a7377c67e
parent 3577 9e345c932ba2
child 3711 4a0d1c635b56
--- a/settings_gui.c	Thu Apr 20 20:51:57 2006 +0000
+++ b/settings_gui.c	Thu Apr 20 21:13:08 2006 +0000
@@ -171,8 +171,7 @@
 			}
 			break;
 		case 5: /* Currency */
-			if (e->dropdown.index == 23)
-				ShowCustCurrency();
+			if (e->dropdown.index == CUSTOM_CURRENCY_ID) ShowCustCurrency();
 			_opt_ptr->currency = e->dropdown.index;
 			MarkWholeScreenDirty();
 			break;