]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/textool/TexTool.rc
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / plugins / textool / TexTool.rc
index c2093a5ace826c853c057b1441103f88e702a811..69d0eaf5eaa204e8088eb79d48ea08cf0706c13d 100644 (file)
@@ -27,15 +27,11 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 //
 
 IDD_DIALOG2 DIALOGEX 0, 0, 290, 206
-STYLE WS_POPUP
-| WS_CAPTION | WS_SYSMENU |
-WS_THICKFRAME
-        EXSTYLE
-WS_EX_TOOLWINDOW
-        FONT
-8, "MS Sans Serif"
+STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
+EXSTYLE WS_EX_TOOLWINDOW
+FONT 8, "MS Sans Serif"
 BEGIN
-        END
+END
 
 
 /////////////////////////////////////////////////////////////////////////////
@@ -44,7 +40,7 @@ BEGIN
 //
 
 #ifdef APSTUDIO_INVOKED
-GUIDELINES DESIGNINFO DISCARDABLE
+GUIDELINES DESIGNINFO DISCARDABLE 
 BEGIN
     IDD_DIALOG2, DIALOG
     BEGIN
@@ -74,19 +70,16 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 // Menu
 //
 
-IDR_DROP_MENU
-MENU DISCARDABLE
-BEGIN
-        POPUP
-"Drop"
+IDR_DROP_MENU MENU DISCARDABLE 
 BEGIN
-        MENUITEM
-"Validate (RETURN)",           ID_DROP_VALIDATE
-MENUITEM "Zoom in (INSERT)",            ID_DROP_ZOOMIN
-MENUITEM "Zoom out (SUPPR)",            ID_DROP_ZOOMOUT
-MENUITEM "Cancel (ESC)",                ID_DROP_CANCEL
+    POPUP "Drop"
+    BEGIN
+        MENUITEM "Validate (RETURN)",           ID_DROP_VALIDATE
+        MENUITEM "Zoom in (INSERT)",            ID_DROP_ZOOMIN
+        MENUITEM "Zoom out (SUPPR)",            ID_DROP_ZOOMOUT
+        MENUITEM "Cancel (ESC)",                ID_DROP_CANCEL
+    END
 END
-        END
 
 #endif    // English (U.S.) resources
 /////////////////////////////////////////////////////////////////////////////