Просмотр исходного кода

ccmake: Add missing spaces to match the previous text length

There was a "glitch" leaving "it" on the screen
Sylvain Joubert 9 лет назад
Родитель
Сommit
a9562eac3e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Source/CursesDialog/cmCursesMainForm.cxx

+ 1 - 1
Source/CursesDialog/cmCursesMainForm.cxx

@@ -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 =