mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
574 B

  1. --- ./modules/gui/wxwidgets/dialogs.cpp 2007-02-09 13:51:37.000000000 +0100
  2. +++ ./modules/gui/wxwidgets/dialogs.cpp 2007-02-09 14:06:59.000000000 +0100
  3. @@ -376,7 +376,7 @@
  4. {
  5. p_file_generic_dialog->SetMessage( wxU(p_arg->psz_title) );
  6. p_file_generic_dialog->SetWildcard( wxU(p_arg->psz_extensions) );
  7. - p_file_generic_dialog->SetStyle( (p_arg->b_save ? wxSAVE : wxOPEN) |
  8. + p_file_generic_dialog->SetWindowStyle( (p_arg->b_save ? wxSAVE : wxOPEN) |
  9. (p_arg->b_multiple ? wxMULTIPLE:0) );
  10. }