瀏覽代碼

ccmake: Add missing spaces to match the previous text length

There was a "glitch" leaving "it" on the screen
Sylvain Joubert 9 年之前
父節點
當前提交
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 =