Skip to content

Commit 26f8b32

Browse files
committed
utils: pxmv: properly configured file extensions list for texture import dialog
1 parent b5994ca commit 26f8b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/pxmv/ControlPanel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ ControlPanel::handleEvent (mxEvent *event)
773773

774774
case IDC_IMPORTTEXTURE:
775775
{
776-
char *ptr = (char *) mxGetOpenFileName (this, "", "Any supported texture (*.bmp);;(*.tga);;(*.dds);;(*.png)");
776+
char *ptr = (char *) mxGetOpenFileName (this, "", "Any supported texture (*.bmp; *.tga; *.dds; *.png)");
777777
if (!ptr)
778778
break;
779779

0 commit comments

Comments
 (0)