From 5f868fa161d5827e45a060a0b17b44a997625315 Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Wed, 8 Jun 2011 09:27:25 +0000 Subject: Rebranding. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67621 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- gui/DebugMemory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/DebugMemory.c') 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; -- cgit v1.2.3