Bug 208465 - html tags in gui string in wizard New Account Setup -> Account (page 2 of 4)
Summary: html tags in gui string in wizard New Account Setup -> Account (page 2 of 4)
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Unspecified
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-25 08:11 UTC by Burkhard Lück
Modified: 2009-09-26 03:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

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