mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06: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:
committed by
Brad King
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 =
|
||||
|
||||
Reference in New Issue
Block a user