-rw-r--r-- | noncore/settings/sysinfo/devicesinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/sysinfo/devicesinfo.cpp b/noncore/settings/sysinfo/devicesinfo.cpp index b463e43..7e8aee8 100644 --- a/noncore/settings/sysinfo/devicesinfo.cpp +++ b/noncore/settings/sysinfo/devicesinfo.cpp @@ -158,3 +158,3 @@ void CpuCategory::populate() odebug << "got line '" << line << "'" << oendl; - if ( line.startsWith( "processor" ) ) + if ( line.lower().startsWith( "processor" ) ) { |