--- angband.org.rc	2011-06-11 15:08:00.000000000 -0500
+++ angband.rc	2011-06-16 10:11:02.000000000 -0500
@@ -106,17 +106,26 @@
 		POPUP "&Graphics"
 		{
 			MENUITEM "&None", 400
-			MENUITEM "&Old tiles", 401
-			MENUITEM "&Adam Bolt's tiles", 402
-			MENUITEM "&David Gervais' tiles", 403
-			MENUITEM "&Nomad's tiles", 404
 			MENUITEM SEPARATOR
-			MENUITEM "Enable nice &graphics", 405
+			//MENUITEM SEPARATOR, 399
+			MENUITEM "Enable nice &graphics", 445
 			MENUITEM SEPARATOR
-			MENUITEM "&Triple tile mode", 407
-			MENUITEM "Do&uble tile mode", 408
-			MENUITEM SEPARATOR
-			MENUITEM "&Bigtile mode", 409
+		  POPUP "&Tile Multiplier"
+		  {
+			  MENUITEM "&1x1", 447
+			  MENUITEM "&2x1", 448
+			  MENUITEM "2x2", 450
+			  MENUITEM "3x1", 451
+			  MENUITEM "&3x3", 452
+			  MENUITEM "&4x2", 449
+			  MENUITEM "4x4", 453
+			  MENUITEM "&6x3", 454
+			  MENUITEM "6x6", 455
+			  MENUITEM "&8x4", 456
+			  MENUITEM "8x8", 457
+			  MENUITEM "16x8", 458
+			  MENUITEM "16x16", 459
+		  }
 		}
 
 		MENUITEM SEPARATOR
@@ -131,5 +140,5 @@
 	}
 }
 
-ANGBAND ICON "angband.ico"
+ANGBAND ICON "../angband.ico"
 
