mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-26 01:40:24 +00:00
minor change in file filter
This commit is contained in:
parent
6491557c17
commit
9ba79f31a2
@ -1273,7 +1273,7 @@ void CtrlDisAsmView::disassembleToFile()
|
||||
ofn.lpstrFile = fileName ;
|
||||
ofn.lpstrFile[0] = '\0';
|
||||
ofn.nMaxFile = sizeof( fileName );
|
||||
ofn.lpstrFilter = L"All files";
|
||||
ofn.lpstrFilter = L"All Files\0*.*\0\0";
|
||||
ofn.nFilterIndex = 1;
|
||||
ofn.lpstrFileTitle = NULL ;
|
||||
ofn.nMaxFileTitle = 0 ;
|
||||
|
Loading…
Reference in New Issue
Block a user