diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 14:50:25 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 14:50:25 -0500 |
commit | 8f661016cde34b1ae4060f7ee4aeba205d3d9597 (patch) | |
tree | fcb818f743c3aed6ee25d6f888936e112b99d269 /korundum | |
parent | da88b484aa9904ae49bdc1fe5586d077114dbce9 (diff) | |
download | tdebindings-8f661016cde34b1ae4060f7ee4aeba205d3d9597.tar.gz tdebindings-8f661016cde34b1ae4060f7ee4aeba205d3d9597.zip |
Branding cleanup: KDE menu -> TDE menu.
Diffstat (limited to 'korundum')
-rw-r--r-- | korundum/rubylib/templates/annotated/menuapp3.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korundum/rubylib/templates/annotated/menuapp3.rb b/korundum/rubylib/templates/annotated/menuapp3.rb index c5ccccfc..37fbf2b4 100644 --- a/korundum/rubylib/templates/annotated/menuapp3.rb +++ b/korundum/rubylib/templates/annotated/menuapp3.rb @@ -89,7 +89,7 @@ class MainWin < KDE::MainWindow # code will create menu/toolbar items and place them *automatically* # if you defined the KDE::StdActions as below. In fact, you can't override # this behavior using KDE::StdActions - if you want menus to be "non-standard" - # KDE menus (eg 'Cut' in the 'File' menu), you'll need to create your + # TDE menus (eg 'Cut' in the 'File' menu), you'll need to create your # actions from KDE::Action instead of KDE::StdAction. Obviously it makes more # sense to use the mechanism provided to produce consistent menus and # toolbars. You can "unplug" items if, for example, you don't want them |