Skip to content

Commit

Permalink
fix moneymanagerex#5810 theme extention in theme import dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown321 committed Apr 8, 2023
1 parent b4e0485 commit ea8f92b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The following guidelines for contribution should be followed if you want to subm
## How to prepare

* You need a [GitHub account](https://github.com/signup/free)
* Submit an [issue ticket](https://github.com/anselmh/CONTRIBUTING.md/issues) for your issue if the is no one yet.
* Submit an [issue ticket](https://github.com/moneymanagerex/moneymanagerex/issues) for your issue if the is no one yet.
* Describe the issue and include steps to reproduce if it's a bug.
* Ensure to mention the earliest version that you know is affected.
* If you are able and want to fix this, fork the repository on GitHub
Expand Down
2 changes: 1 addition & 1 deletion src/themes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ void mmThemesDialog::OnImport(wxCommandEvent& event)
{
wxString fileName = wxFileSelector(_("Choose theme file to import")
, wxEmptyString, wxEmptyString, wxEmptyString
, "MMX Theme (*.mmxtheme)|*.mmextheme"
, "MMX Theme (*.mmextheme)|*.mmextheme"
, wxFD_FILE_MUST_EXIST | wxFD_OPEN
, this
);
Expand Down

0 comments on commit ea8f92b

Please sign in to comment.