mirror of
https://github.com/reactos/CMake.git
synced 2025-03-06 19:08:43 +00:00
ccmake: Add missing spaces to match the previous text length
There was a "glitch" leaving "it" on the screen
This commit is contained in:
parent
1d9934a56a
commit
a9562eac3e
@ -370,7 +370,7 @@ void cmCursesMainForm::PrintKeys(int process /* = 0 */)
|
||||
"Press [c] to configure Press [g] to generate and exit");
|
||||
} else {
|
||||
sprintf(firstLine,
|
||||
"Press [c] to configure ");
|
||||
"Press [c] to configure ");
|
||||
}
|
||||
{
|
||||
const char* toggleKeyInstruction =
|
||||
|
Loading…
x
Reference in New Issue
Block a user