Bug 287669 - [PATCH] Bad line breaks in "About" window
Summary: [PATCH] Bad line breaks in "About" window
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: Git
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-27 10:21 UTC by Torbjörn K.
Modified: 2011-11-28 19:50 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
This patch removes the additional line breaks in the source file main.cpp (727 bytes, patch)
2011-11-27 10:21 UTC, Torbjörn K.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Torbjörn K. 2011-11-27 10:21:03 UTC
Created attachment 66115 [details]
This patch removes the additional line breaks in the source file main.cpp

Version:           Git (using KDE 4.7.3) 
OS:                Linux

The about text contains additional line breaks '\n', which will cause messy line breaks in the about text, when the about window is narrower than the predefined line breaks.

Reproducible: Always

Steps to Reproduce:
Open the about window under Help->About Konversation and make the window quite small.


Expected Results:  
Line breaks should only there happen at the border of the resizeable text area and not manually within a sentence.
Comment 1 Eike Hein 2011-11-28 19:43:33 UTC
Thanks, this will be fixed on the master branch shortly. The 1.4 branch is currently in string freeze for release, so the fix sadly has to wait for a later release.
Comment 2 Eike Hein 2011-11-28 19:50:00 UTC
Fixed in 72111c7.