Bug 287669

Summary: [PATCH] Bad line breaks in "About" window
Product: [Applications] konversation Reporter: Torbjörn K. <torbjoern.k>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: normal CC: hein
Priority: NOR    
Version: Git   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: This patch removes the additional line breaks in the source file main.cpp

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.