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 - KPersonalizer Branding Issue
Summary: KPersonalizer Branding Issue
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: All All
: P1 normal
Assignee: Calvin Morrison
URL:
Depends on:
Blocks:
 
Reported: 2011-11-13 17:49 CST by Darrell
Modified: 2012-10-19 15:41 CDT (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
branding patch (672 bytes, patch)
2011-11-30 08:51 CST, Calvin Morrison
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!