We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e814a commit 6938572Copy full SHA for 6938572
1 file changed
sources/uncso2app.cpp
@@ -29,13 +29,13 @@ void CUnCSO2App::SetupSettingsInfo()
29
30
bool CUnCSO2App::ShouldLoadOwnIcons()
31
{
32
- QString sampleIconName = QStringLiteral( "document-open" );
+ QString sampleIconName = QStringLiteral( "archive-extract" );
33
return QIcon::hasThemeIcon( sampleIconName ) == false;
34
}
35
36
void CUnCSO2App::LoadOwnIcons()
37
38
- qDebug() << "Theme doesn't have the 'document-open' icon, loading our "
+ qDebug() << "Theme doesn't have the 'archive-extract' icon, loading our "
39
"own icons";
40
41
auto iconsResourceFilename = QStringLiteral( "/icons-breeze.rcc" );
0 commit comments