Skip to content

Commit 9330033

Browse files
committed
fix
1 parent 1adc2ca commit 9330033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wx/widgets/styles/FileDialogStyle.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class FileDialogStyle {
3535
#end
3636
#if (wxWidgetsVersion >= version("3.1.3"))
3737
/** Show hidden files */
38-
public static var SHOW_HIDDEN:Int = untyped __cpp__("wxDD_SHOW_HIDDEN");
38+
public static var SHOW_HIDDEN:Int = untyped __cpp__("wxFD_SHOW_HIDDEN");
3939
#end
4040

4141
}

0 commit comments

Comments
 (0)