-rw-r--r-- | noncore/settings/sysinfo/versioninfo.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/noncore/settings/sysinfo/versioninfo.cpp b/noncore/settings/sysinfo/versioninfo.cpp index 863532e..a8db207 100644 --- a/noncore/settings/sysinfo/versioninfo.cpp +++ b/noncore/settings/sysinfo/versioninfo.cpp | |||
@@ -112,10 +112,11 @@ VersionInfo::VersionInfo( QWidget *parent, const char *name, WFlags f ) | |||
112 | palmtopLogo3->setFixedSize( 60, 60 ); | 112 | palmtopLogo3->setFixedSize( 60, 60 ); |
113 | hb3->addWidget( palmtopLogo3, 0, Qt::AlignTop + Qt::AlignLeft ); | 113 | hb3->addWidget( palmtopLogo3, 0, Qt::AlignTop + Qt::AlignLeft ); |
114 | 114 | ||
115 | QString systemString = "<b>" + ODevice::inst()->systemString() + "</b>" | 115 | // QString systemString = tr( "<b>System</b><p>System: ") + ODevice::inst()->systemString() |
116 | +tr("<p>Version: " ) + ODevice::inst()->vendorString() | 116 | QString systemString = "<b>"+ ODevice::inst()->systemString()+"</b>" |
117 | +tr("<p>Version: " ) + ODevice::inst()->systemVersionString() | ||
117 | +tr("<p>Model: ") + ODevice::inst()->modelString() | 118 | +tr("<p>Model: ") + ODevice::inst()->modelString() |
118 | +tr("<p>Vendor: ") + ODevice::inst()->systemVersionString(); | 119 | +tr("<p>Vendor: ") + ODevice::inst()->vendorString(); |
119 | 120 | ||
120 | QLabel *systemVersion = new QLabel( this ); | 121 | QLabel *systemVersion = new QLabel( this ); |
121 | systemVersion->setText( systemString ); | 122 | systemVersion->setText( systemString ); |