Bug 208465

Summary: html tags in gui string in wizard New Account Setup -> Account (page 2 of 4)
Product: [Applications] kmymoney Reporter: Burkhard Lück <lueck>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Burkhard Lück 2009-09-25 08:11:56 UTC
Version:            (using Devel)
Installed from:    Compiled sources

Text in the dialog shows html tags:

"Use the <b>What&apos;s this?</b> feature ..."

String is in kmymoney2/wizards/newaccountwizard/kaccounttypepagedecl.ui.
This should be displayed bold, seems like Qt does not recognize richt text here.
Comment 1 KMyMoney Devel Mailing List 2009-09-26 03:49:12 UTC
SVN commit 1028159 by asoliverez:

BUG:208465
There was an Enter on the text which was probably preventing a correct rendering.

 M  +1 -3      kaccounttypepagedecl.ui


--- trunk/playground/office/kmymoney/kmymoney2/wizards/newaccountwizard/kaccounttypepagedecl.ui #1028158:1028159
@@ -20,9 +20,7 @@
            <enum>Qt::NoFocus</enum>
          </property>
          <property name="text">
-            <string>Enter the name of the account under which it is known within KMyMoney.
-Select the type for the new account. Use the &lt;b&gt;What's this?&lt;/b&gt; feature to see more details about the various account types.
-Enter the date the account was opened and its currency.</string>
+            <string>Enter the name of the account under which it is known within KMyMoney. Select the type for the new account. Use the &lt;b&gt;What's this?&lt;/b&gt; feature to see more details about the various account types. Enter the date the account was opened and its currency.</string>
          </property>
        </widget>
      </item>