summaryrefslogtreecommitdiff
path: root/ext/tk/sample/tkdialog.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/sample/tkdialog.rb')
-rw-r--r--ext/tk/sample/tkdialog.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/sample/tkdialog.rb b/ext/tk/sample/tkdialog.rb
index 00cc12ab11..eb8cd04796 100644
--- a/ext/tk/sample/tkdialog.rb
+++ b/ext/tk/sample/tkdialog.rb
@@ -8,7 +8,7 @@ top = TkFrame.new(root) {
}
msg = TkMessage.new(top) {
text "File main.c hasn't been saved to disk since \
-it was last modified. What should I do?"
+it was last modified. What should I do?"
justify 'center'
aspect 200
font '-Adobe-helvetica-medium-r-normal--*-240*'