From: Toni Wilen Date: Mon, 8 Jun 2020 17:54:57 +0000 (+0300) Subject: *.uae icon change. X-Git-Tag: 4400~14 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=77808ea3d0b35c8f2cf0e08f9b1d55f7987ecc82;p=francis%2Fwinuae.git *.uae icon change. --- diff --git a/od-win32/win32.cpp b/od-win32/win32.cpp index 96271aba..b0bd538c 100644 --- a/od-win32/win32.cpp +++ b/od-win32/win32.cpp @@ -5295,7 +5295,7 @@ static int shell_associate (const TCHAR *extension, TCHAR *command, struct conte { int v = shell_associate_2 (extension, NULL, command, cc, perceivedtype, description, ext2, icon); if (!_tcscmp (extension, _T(".uae"))) - shell_associate_2 (extension, _T("edit"), _T("-f \"%1\" -s use_gui=yes"), NULL, _T("text"), description, NULL, 0); + shell_associate_2 (extension, _T("edit"), _T("-f \"%1\" -s use_gui=yes"), NULL, _T("text"), description, NULL, icon); return v; }