diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-27 20:19:09 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-27 20:19:09 +0000 |
commit | f3119d2d08d94b16ba750a2394d612e56b7a5a42 (patch) | |
tree | 85ab9fca6484df66720ee35abbb86c6ff1048bee /package/qtopia4/Config.in | |
parent | 691cc382f0a33df26eb72e595036de1dd6c0dde7 (diff) | |
download | buildroot-novena-f3119d2d08d94b16ba750a2394d612e56b7a5a42.tar.gz buildroot-novena-f3119d2d08d94b16ba750a2394d612e56b7a5a42.zip |
qtopia: fix long help text lines
Diffstat (limited to 'package/qtopia4/Config.in')
-rw-r--r-- | package/qtopia4/Config.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/qtopia4/Config.in b/package/qtopia4/Config.in index 7f6b5d696..37733b685 100644 --- a/package/qtopia4/Config.in +++ b/package/qtopia4/Config.in @@ -69,15 +69,16 @@ config BR2_PACKAGE_QTOPIA4_COMMERCIAL_USERNAME default "" depends on BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL help - Commercial users can download their source directly by providing a username. - + Commercial users can download their source directly by + providing a username. config BR2_PACKAGE_QTOPIA4_COMMERCIAL_PASSWORD string "Qtopia Core 4 Commercial License Password" default "" depends on BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL help - Commercial users can download their source directly by providing a password. + Commercial users can download their source directly by + providing a password. config BR2_PACKAGE_QTOPIA4_QT3SUPPORT bool "Compatibility with Qt3" |