Skip to content

Commit a4516fe

Browse files
committed
Partially revert "Fixed compilation fail CContextMenu.cpp(255,20): error C2039: 'BuildMenuTree': is not a member of 'CContextMenu' for build run https://github.com/end2endzone/ShellAnything/actions/runs/10540285814/job/29204765722."
This reverts commit 12780d7.
1 parent 12780d7 commit a4516fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/TestIcon.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ namespace shellanything
107107
TEST_F(TestIcon, testResolveFileExtensionIcon)
108108
{
109109
Icon icon;
110-
icon.SetFileExtension("html");
110+
icon.SetFileExtension("txt");
111111

112112
//act
113113
icon.ResolveFileExtensionIcon();

0 commit comments

Comments
 (0)