diff options
author | David Cole <david.cole@kitware.com> | 2009-02-24 14:34:03 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2009-02-24 14:34:03 (GMT) |
commit | 60a46ca76e31fdc75a1ed2d21a8df92900bad672 (patch) | |
tree | e1f91b111f5df162265cb7b844bad9e22880fd6a /Source | |
parent | 0d66aa3915dff6d5851e7c0e122c981ed0695161 (diff) | |
download | CMake-60a46ca76e31fdc75a1ed2d21a8df92900bad672.zip CMake-60a46ca76e31fdc75a1ed2d21a8df92900bad672.tar.gz CMake-60a46ca76e31fdc75a1ed2d21a8df92900bad672.tar.bz2 |
STYLE: Fix line length violation.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CPack/cmCPackDragNDropGenerator.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackDragNDropGenerator.cxx b/Source/CPack/cmCPackDragNDropGenerator.cxx index 8b98ac5..32e2e15 100644 --- a/Source/CPack/cmCPackDragNDropGenerator.cxx +++ b/Source/CPack/cmCPackDragNDropGenerator.cxx @@ -45,7 +45,8 @@ static const char* SLASTREnglish = " \"You agree to the License Agreement terms when you click \"\n" " \"the \\\"Agree\\\" button.\",\n" " \"Software License Agreement\",\n" -" \"This text cannot be saved. This disk may be full or locked, or the \"\n" +" \"This text cannot be saved. This disk may be full or locked, " +"or the \"\n" " \"file may be locked.\",\n" " \"Unable to print. Make sure you have selected a printer.\"\n" " }\n" |