Browse Source

Amiga, MorphOS, AROS: renamed a constant named "SINGLE" in intuition unit and unified across all systems

git-svn-id: trunk@28553 -
Károly Balogh 11 years ago
parent
commit
4ae5441757

+ 2 - 2
packages/amunits/src/coreunits/intuition.pas

@@ -2515,8 +2515,8 @@ Const
     BAUD_MIDI           = $07;
     BAUD_MIDI           = $07;
 
 
 { PaperType }
 { PaperType }
-    FANFOLD             = $00;
-    SINGLE              = $80;
+    FANFOLD_PT           = $00;
+    SINGLE_PT            = $80;
 
 
 { PrintPitch }
 { PrintPitch }
     PICA                = $000;
     PICA                = $000;

+ 2 - 2
packages/arosunits/src/intuition.pas

@@ -1544,8 +1544,8 @@ const
   BAUD_19200 = $06;
   BAUD_19200 = $06;
   BAUD_MIDI  = $07;
   BAUD_MIDI  = $07;
   // PaperType
   // PaperType
-  ptFANFOLD = $00;
-  ptSingle  = $80;
+  FANFOLD_PT = $00;
+  Single_PT  = $80;
   // PrintPitch
   // PrintPitch
   PICA  = $000;
   PICA  = $000;
   ELITE = $400;
   ELITE = $400;

+ 2 - 2
packages/morphunits/src/intuition.pas

@@ -2485,8 +2485,8 @@ Const
     BAUD_MIDI           = $07;
     BAUD_MIDI           = $07;
 
 
 { PaperType }
 { PaperType }
-    FANFOLD             = $00;
-    SINGLE              = $80;
+    FANFOLD_PT          = $00;
+    SINGLE_PT           = $80;
 
 
 { PrintPitch }
 { PrintPitch }
     PICA                = $000;
     PICA                = $000;