By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 612

Summary: KPersonalizer Branding Issue
Product: TDE Reporter: Darrell <darrella>
Component: tdebaseAssignee: Calvin Morrison <mutantturkey>
Status: RESOLVED FIXED    
Severity: normal CC: bugwatch, darrella, kb9vqf
Priority: P1    
Version: R14.0.0 [Trinity]   
Hardware: All   
OS: All   
Compiler Version: TDE Version String:
Application Version: Application Name:
Attachments: branding patch

Description Darrell 2011-11-13 17:49:01 CST
In 3.5.13 KPersonalizer, System Behavior (second screen) the option KDE (TM) should be TDE (TM).

Untested patch:

Index: kpersonalizer/kospagedlg.ui
===================================================================
--- kpersonalizer/kospagedlg.ui (révision 1262481)
+++ kpersonalizer/kospagedlg.ui (copie de travail)
@@ -76,7 +76,7 @@
                        <cstring>rb_kde</cstring>
                    </property>
                    <property name="text">
-                        <string>KDE (TM)</string>
+                        <string>TDE (TM)</string>
                    </property>
                    <property name="checked">
                        <bool>true</bool>
Comment 1 Darrell 2011-11-14 07:12:13 CST
If TDE is not trademarked then the "(TM)" reference should be removed.
Comment 2 Calvin Morrison 2011-11-30 08:51:34 CST
Created attachment 196 [details]
branding patch

Generated a patch so it's easier to apply.
Comment 3 Timothy Pearson 2012-01-11 13:24:39 CST
(In reply to comment #1)
> If TDE is not trademarked then the "(TM)" reference should be removed.

Actually we can use (TM), just not (R).  TDE is an unofficial trademark of the Trinity Desktop Project.

http://en.wikipedia.org/wiki/Trademark
Comment 4 Timothy Pearson 2012-01-11 13:25:56 CST
Committed in GIT hash d331e3d.

Thanks for reporting, and for the patch!