diff options
Diffstat (limited to 'qtruby/bin/rbqtsh')
-rwxr-xr-x | qtruby/bin/rbqtsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/bin/rbqtsh b/qtruby/bin/rbqtsh index 7be1bd8e..ee3a8d4f 100755 --- a/qtruby/bin/rbqtsh +++ b/qtruby/bin/rbqtsh @@ -12,7 +12,7 @@ require 'stringio' case File.basename $0 when "rbqtsh" require 'Qt' -when "rbkdesh" +when "rbtdesh" require 'Korundum' end |