replace Fraction with Scale in cmake theme

This commit is contained in:
Johann Dreo 2014-04-16 00:39:34 +02:00
commit dcf5a84316

View file

@ -45,5 +45,5 @@ def theme():
# progress percentage (make)
[ "^(\[\s*[0-9]+%\])","Scale" ],
# progress percentage (ninja)
[ "^(\[[0-9]+/[0-9]+\])","Fraction" ]
[ "^(\[[0-9]+/[0-9]+\])","Scale" ]
]