author | chicken <chicken> | 2005-02-19 08:24:31 (UTC) |
---|---|---|
committer | chicken <chicken> | 2005-02-19 08:24:31 (UTC) |
commit | 298d0d244ca724405ca0651775ed61a22ce7a5ae (patch) (unidiff) | |
tree | b93a5248c38dbdaf041875eea899b038d02a0e30 | |
parent | ce77cd99666989f39c1daafc0550ec244f852ff2 (diff) | |
download | opie-298d0d244ca724405ca0651775ed61a22ce7a5ae.zip opie-298d0d244ca724405ca0651775ed61a22ce7a5ae.tar.gz opie-298d0d244ca724405ca0651775ed61a22ce7a5ae.tar.bz2 |
opie sysinfo updates
-rw-r--r-- | noncore/settings/sysinfo/versioninfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/settings/sysinfo/versioninfo.cpp b/noncore/settings/sysinfo/versioninfo.cpp index d8fd7fa..5736faa 100644 --- a/noncore/settings/sysinfo/versioninfo.cpp +++ b/noncore/settings/sysinfo/versioninfo.cpp | |||
@@ -131,16 +131,18 @@ VersionInfo::VersionInfo( QWidget *parent, const char *name, WFlags f ) | |||
131 | else if ( model >= Model_Zaurus_SL5000 && model <= Model_Zaurus_SLB600 ) | 131 | else if ( model >= Model_Zaurus_SL5000 && model <= Model_Zaurus_SLB600 ) |
132 | modelPixmap += "zaurus5500"; | 132 | modelPixmap += "zaurus5500"; |
133 | else if ( model >= Model_iPAQ_H31xx && model <= Model_iPAQ_H5xxx ) | 133 | else if ( model >= Model_iPAQ_H31xx && model <= Model_iPAQ_H5xxx ) |
134 | modelPixmap += "ipaq3600"; | 134 | modelPixmap += "ipaq3600"; |
135 | else if ( model >= Model_SIMpad_CL4 && model <= Model_SIMpad_TSinus ) | 135 | else if ( model >= Model_SIMpad_CL4 && model <= Model_SIMpad_TSinus ) |
136 | modelPixmap += "simpad"; | 136 | modelPixmap += "simpad"; |
137 | else if ( model == Model_Jornada_56x ) | 137 | else if ( model == Model_Jornada_56x ) |
138 | modelPixmap += "jornada56x"; | 138 | modelPixmap += "jornada56x"; |
139 | else if ( model == Model_Jornada_720 ) | ||
140 | modelPixmap += "jornada720"; | ||
139 | else | 141 | else |
140 | modelPixmap += "pda"; | 142 | modelPixmap += "pda"; |
141 | 143 | ||
142 | QImage logo3 = Resource::loadImage( modelPixmap ); | 144 | QImage logo3 = Resource::loadImage( modelPixmap ); |
143 | 145 | ||
144 | int width = logo3.width(); | 146 | int width = logo3.width(); |
145 | int height = logo3.height(); | 147 | int height = logo3.height(); |
146 | float aspect = float( height ) / width; | 148 | float aspect = float( height ) / width; |