summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog
diff options
context:
space:
mode:
authorSylvain Joubert <joubert.sy@gmail.com>2016-11-15 10:12:34 (GMT)
committerBrad King <brad.king@kitware.com>2016-11-15 16:00:58 (GMT)
commita9562eac3ee74b3ed396f2900dfae322186e2ebe (patch)
tree97cab3d53b48b153d2e4707189e5f8cc086f7054 /Source/CursesDialog
parent1d9934a56a36707a9366043042c3aa3e5ae7d86d (diff)
downloadCMake-a9562eac3ee74b3ed396f2900dfae322186e2ebe.zip
CMake-a9562eac3ee74b3ed396f2900dfae322186e2ebe.tar.gz
CMake-a9562eac3ee74b3ed396f2900dfae322186e2ebe.tar.bz2
ccmake: Add missing spaces to match the previous text length
There was a "glitch" leaving "it" on the screen
Diffstat (limited to 'Source/CursesDialog')
-rw-r--r--Source/CursesDialog/cmCursesMainForm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CursesDialog/cmCursesMainForm.cxx b/Source/CursesDialog/cmCursesMainForm.cxx
index ebd35f3..fd4ecd1 100644
--- a/Source/CursesDialog/cmCursesMainForm.cxx
+++ b/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 =