remove extra colons and semicolons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -25,7 +25,7 @@ enum
|
||||
wxFC_OPEN = 0x0001,
|
||||
wxFC_SAVE = 0x0002,
|
||||
wxFC_MULTIPLE = 0x0004,
|
||||
wxFC_NOSHOWHIDDEN = 0x0008,
|
||||
wxFC_NOSHOWHIDDEN = 0x0008
|
||||
};
|
||||
|
||||
#define wxFC_DEFAULT_STYLE wxFC_OPEN
|
||||
|
||||
Reference in New Issue
Block a user