Skip to content

Commit 09f24dc

Browse files
committed
[feature] vis_avs lists .avs-preset in open dialog
1 parent 7da4baa commit 09f24dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

avs/vis_avs/cfgwin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1839,7 +1839,7 @@ static BOOL CALLBACK dlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPar
18391839
temp[0] = 0;
18401840
l.lpstrInitialDir = buf1;
18411841
l.hwndOwner = hwndDlg;
1842-
l.lpstrFilter = "AVS presets\0*.avs\0All files\0*.*\0";
1842+
l.lpstrFilter = "AVS presets\0*.avs;*.avs-preset\0All files\0*.*\0";
18431843
l.lpstrFile = temp;
18441844
l.nMaxFile = 2048 - 1;
18451845
l.lpstrTitle = "Load Preset";

0 commit comments

Comments
 (0)