fixed typo (missing comma) in MIME test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1702,7 +1702,7 @@ static void TestMimeAssociate()
|
|||||||
_T("application/x-xyz"),
|
_T("application/x-xyz"),
|
||||||
_T("xyzview '%s'"), // open cmd
|
_T("xyzview '%s'"), // open cmd
|
||||||
_T(""), // print cmd
|
_T(""), // print cmd
|
||||||
_T("XYZ File") // description
|
_T("XYZ File"), // description
|
||||||
_T(".xyz"), // extensions
|
_T(".xyz"), // extensions
|
||||||
NULL // end of extensions
|
NULL // end of extensions
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user