Text: Fixed DASH constant

The DASH constant should obviously contain a dash instead of a newline character. I guess this was caused by a copy-paste error...
This commit is contained in:
Tobias Bieniek
2013-03-08 11:57:31 +01:00
parent 012e495a69
commit ac1578b6c6

View File

@@ -6,7 +6,7 @@
CENTER = 'center',
CHANGE_KINETIC = 'Change.kinetic',
CONTEXT_2D = '2d',
DASH = '\n',
DASH = '-',
EMPTY_STRING = '',
LEFT = 'left',
NEW_LINE = '\n',