From 0f4bad4d67b155929892695f5f86b342af8b98a6 Mon Sep 17 00:00:00 2001 From: arcum42 Date: Sun, 6 Sep 2009 09:03:27 +0000 Subject: [PATCH] wxgui: Fixed a crash when configuring the Firewire plugin from the Firewire menu. git-svn-id: http://pcsx2.googlecode.com/svn/branches/wxgui@1754 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/gui/App.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pcsx2/gui/App.h b/pcsx2/gui/App.h index 23063dd18c..48eccba275 100644 --- a/pcsx2/gui/App.h +++ b/pcsx2/gui/App.h @@ -91,9 +91,8 @@ enum MenuIdentifiers MenuId_Config_SPU2, MenuId_Config_CDVD, MenuId_Config_USB, - MenuId_Config_FW, - MenuId_Config_DEV9, MenuId_Config_FireWire, + MenuId_Config_DEV9, MenuId_Config_Patches, // Video Subsection