diff options
Diffstat (limited to 'korundum/rubylib/templates/annotated')
-rw-r--r-- | korundum/rubylib/templates/annotated/menuapp3.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korundum/rubylib/templates/annotated/menuapp3.rb b/korundum/rubylib/templates/annotated/menuapp3.rb index bd701d43..c5ccccfc 100644 --- a/korundum/rubylib/templates/annotated/menuapp3.rb +++ b/korundum/rubylib/templates/annotated/menuapp3.rb @@ -58,7 +58,7 @@ class MainWin < KDE::MainWindow # menuapp2.rb. Otherwise, the menuapp2 and menuapp3 # are identical 'createGUI' expects to find 'menuapp3ui.rc' # either in the directory menuapp3.rb is run from, or - # in $KDEDIR/apps/menuapp3/ + # in $TDEDIR/apps/menuapp3/ createGUI() # Create the status bar @@ -83,7 +83,7 @@ class MainWin < KDE::MainWindow # The standard actions only need to specify the slot # where the code for the action is located - # Because the XMLGUI mechanism parses $KDEDIR/config/ui/ui_standards.rc + # Because the XMLGUI mechanism parses $TDEDIR/config/ui/ui_standards.rc # before parsing and merging menuapp3ui.rc, it actually isn't # necessary to list KDE::StdAction actions in menuapp3.rc. THE XMLGUI # code will create menu/toolbar items and place them *automatically* |