gui.h
changeset 4344 7e123fec5b0b
parent 4300 c7e43c47a2b9
child 4408 db2afc41002a
--- a/gui.h	Tue Aug 22 13:57:51 2006 +0000
+++ b/gui.h	Tue Aug 22 14:38:37 2006 +0000
@@ -133,8 +133,8 @@
 void ShowBuildBridgeWindow(uint start, uint end, byte type);
 
 enum {
-	ZOOM_IN = 0,
-	ZOOM_OUT = 1,
+	ZOOM_IN   = 0,
+	ZOOM_OUT  = 1,
 	ZOOM_NONE = 2, // hack, used to update the button status
 };