-rw-r--r-- | noncore/settings/sysinfo/versioninfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/sysinfo/versioninfo.cpp b/noncore/settings/sysinfo/versioninfo.cpp index e92b36c..85b8b51 100644 --- a/noncore/settings/sysinfo/versioninfo.cpp +++ b/noncore/settings/sysinfo/versioninfo.cpp | |||
@@ -112,7 +112,7 @@ 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 | systemString = tr( "<b>System</b><p>System: ") + ODevice::inst()->modelString() | 115 | QString systemString = tr( "<b>System</b><p>System: ") + ODevice::inst()->modelString() |
116 | +tr("<p>Version: " ) + ODevice::inst()->vendorString() | 116 | +tr("<p>Version: " ) + ODevice::inst()->vendorString() |
117 | +tr("<p>Model: ") + ODevice::inst()->systemString() | 117 | +tr("<p>Model: ") + ODevice::inst()->systemString() |
118 | +tr("<p>Vendor: ") + ODevice::inst()->systemVersionString(); | 118 | +tr("<p>Vendor: ") + ODevice::inst()->systemVersionString(); |