summaryrefslogtreecommitdiffstats
path: root/korundum/rubylib/templates/annotated/systray1.rb
diff options
context:
space:
mode:
Diffstat (limited to 'korundum/rubylib/templates/annotated/systray1.rb')
-rw-r--r--korundum/rubylib/templates/annotated/systray1.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/korundum/rubylib/templates/annotated/systray1.rb b/korundum/rubylib/templates/annotated/systray1.rb
index 15ab2328..0851c806 100644
--- a/korundum/rubylib/templates/annotated/systray1.rb
+++ b/korundum/rubylib/templates/annotated/systray1.rb
@@ -4,7 +4,7 @@ This is a ruby version of Jim Bublitz's pytde program, translated by Richard Dal
=begin
A basic system tray application - you can combine this with code from
-menuapp2.rb or menuapp3.rb to quickly build a full-blown application
+menuapp2.rb or menuapp3.rb to tquickly build a full-blown application
framework.
=end
@@ -37,7 +37,7 @@ dealings in this Software without prior written authorization from the
copyright holder.
=end
-require 'Korundum'
+retquire 'Korundum'
# This template uses KDE::MainWindow as the main window widget
# It solves the problem described in systray.rb by using