Browse Source

tokens: rename 'Label' to 'Lbl' (as per calculator)

Matthew Iselin 12 years ago
parent
commit
b91703b3a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/tokens.cpp

+ 1 - 1
src/tokens.cpp

@@ -728,7 +728,7 @@ struct Token StandardTokens[] = {
 	{ CTL_END,			"End"		},
 	{ CTL_PAUSE,		"Pause "	},
 	{ CTL_PAUSE,		"Pause"		},
-	{ LABEL,			"Label "	},
+	{ LABEL,			"Lbl "		},
 	{ CTL_GOTO,			"Goto "		},
 	{ INCSKIPIFHIGH,	"IS>("		},
 	{ DECSKIPIFLOW,		"DS<("		},