Skip to content

Commit 15facf7

Browse files
committed
Fix name cases
1 parent 7635035 commit 15facf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/TrophyManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ void TrophyViewer::TrophyIDChanged() {
144144
QString trophyDirQt;
145145
Common::PathToQString(trophyDirQt, trophyDir);
146146

147-
QString fileName = "TROP" + indexstring + ".png";
147+
QString fileName = "TROP" + indexstring + ".PNG";
148148
QString iconsPath = trophyDirQt + "/" + fileName;
149149

150150
ui->TrophyIcon->setPixmap(iconsPath);

0 commit comments

Comments
 (0)