summaryrefslogtreecommitdiff
path: root/gui/DebugMemory.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/DebugMemory.c')
-rw-r--r--gui/DebugMemory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/DebugMemory.c b/gui/DebugMemory.c
index bbce1f17..d9437a9a 100644
--- a/gui/DebugMemory.c
+++ b/gui/DebugMemory.c
@@ -254,7 +254,7 @@ void RunDebugMemoryDialog() {
PangoFontDescription *pfd;
int i;
- xml = glade_xml_new(PACKAGE_DATA_DIR "pcsx.glade2", "MemViewDlg", NULL);
+ xml = glade_xml_new(PACKAGE_DATA_DIR "pcsxr.glade2", "MemViewDlg", NULL);
if (!xml) {
g_warning(_("Error: Glade interface could not be loaded!"));
return;