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,9 +1702,9 @@ static void TestMimeAssociate()
|
||||
_T("application/x-xyz"),
|
||||
_T("xyzview '%s'"), // open cmd
|
||||
_T(""), // print cmd
|
||||
_T("XYZ File") // description
|
||||
_T(".xyz"), // extensions
|
||||
NULL // end of extensions
|
||||
_T("XYZ File"), // description
|
||||
_T(".xyz"), // extensions
|
||||
NULL // end of extensions
|
||||
);
|
||||
ftInfo.SetShortDesc(_T("XYZFile")); // used under Win32 only
|
||||
|
||||
|
Reference in New Issue
Block a user