From fb2d8fe3864dfb57fef67f50cf57da2b5d70599a Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 10 May 2012 14:59:31 -0500 Subject: [PATCH] Branding cleanup: KDE menu -> TDE menu. --- templates/annotated/menuapp3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/annotated/menuapp3.py b/templates/annotated/menuapp3.py index ce6eb27..a5f198d 100644 --- a/templates/annotated/menuapp3.py +++ b/templates/annotated/menuapp3.py @@ -93,7 +93,7 @@ class MainWin (KMainWindow): # code will create menu/toolbar items and place them *automatically* # if you defined the KStdActions as below. In fact, you can't override # this behavior using KStdActions - 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 KAction instead of KStdAction. 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