diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-08-22 15:36:58 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-08-22 15:36:58 +0000 |
| commit | c5f4fc1beaaa5adc6f0d49185a1461cf9899666d (patch) | |
| tree | 2ab92bded998f36c09e271519a17f9f684ecb35c /gui | |
| parent | c9b34c524d3fea849eef4066b8fa77497c1b2597 (diff) | |
| download | pcsxr-c5f4fc1beaaa5adc6f0d49185a1461cf9899666d.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@27238 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/Gtk2Gui.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/Gtk2Gui.c b/gui/Gtk2Gui.c index ad6254b8..8f58bdf2 100644 --- a/gui/Gtk2Gui.c +++ b/gui/Gtk2Gui.c @@ -480,6 +480,9 @@ void OnFile_RunExe() { gtk_file_filter_add_pattern (exefilter, "*.exe"); gtk_file_filter_add_pattern (exefilter, "*.psx"); gtk_file_filter_add_pattern (exefilter, "*.cpe"); + gtk_file_filter_add_pattern (exefilter, "*.EXE"); + gtk_file_filter_add_pattern (exefilter, "*.PSX"); + gtk_file_filter_add_pattern (exefilter, "*.CPE"); gtk_file_filter_set_name (exefilter, _("PlayStation Executable Files")); gtk_file_chooser_add_filter (GTK_FILE_CHOOSER (file_chooser), exefilter); GtkFileFilter *allfilter = gtk_file_filter_new (); |
