forked from qt-creator/qt-creator
VCS: Make commands in output window bold again
Most likely broken by 639017783a
While at it, also fix the comment that exactly
states this format.
Change-Id: I8f1ad5a4009ca0cb0d9828bca63e8edf8b6cd5a8
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
André Hartmann
parent
a89a885b2c
commit
335d277731
@@ -74,7 +74,7 @@ public:
|
||||
None,
|
||||
Error, // Red error text
|
||||
Warning, // Dark yellow warning text
|
||||
Command, // A bold command with timetamp "10:00 " + "Executing: vcs -diff"
|
||||
Command, // A bold command with timestamp "10:00 " + "Executing: vcs -diff"
|
||||
Message, // A blue message text (e.g. "command has finished successfully")
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user