Skip to content

Commit 6938572

Browse files
committed
attempt to fix missing icons on Windows
1 parent c0e814a commit 6938572

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sources/uncso2app.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ void CUnCSO2App::SetupSettingsInfo()
2929

3030
bool CUnCSO2App::ShouldLoadOwnIcons()
3131
{
32-
QString sampleIconName = QStringLiteral( "document-open" );
32+
QString sampleIconName = QStringLiteral( "archive-extract" );
3333
return QIcon::hasThemeIcon( sampleIconName ) == false;
3434
}
3535

3636
void CUnCSO2App::LoadOwnIcons()
3737
{
38-
qDebug() << "Theme doesn't have the 'document-open' icon, loading our "
38+
qDebug() << "Theme doesn't have the 'archive-extract' icon, loading our "
3939
"own icons";
4040

4141
auto iconsResourceFilename = QStringLiteral( "/icons-breeze.rcc" );

0 commit comments

Comments
 (0)