Fix an issue that caused the DSP-LLE window to be openned twice in windows. (Thanks...
commitbc1e2e73f5213561e05cc2a1bf177e5a40fee750
authorglennricster@gmail.com <glennricster@gmail.com@8ced0084-cf51-0410-be5f-012b33b47a6e>
Wed, 28 Jul 2010 15:22:27 +0000 (28 15:22 +0000)
committerglennricster@gmail.com <glennricster@gmail.com@8ced0084-cf51-0410-be5f-012b33b47a6e>
Wed, 28 Jul 2010 15:22:27 +0000 (28 15:22 +0000)
tree16b22ff6d5fb3ca3835ce0a3afee29f17c842586
parent5461939d415ff549b8fe58f4cb9740cfed0eb402
Fix an issue that caused the DSP-LLE window to be openned twice in windows. (Thanks shuffle2).
Fix an issue that prevented the code window settings from taking effect on application start.  (Thanks shuffle2, skid_au, and sanchez).
Fix a potential segmentation fault with the DSP-LLE debugger window.

git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@5988 8ced0084-cf51-0410-be5f-012b33b47a6e
Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp
Source/Core/DolphinWX/Src/Frame.cpp
Source/Core/DolphinWX/Src/Frame.h
Source/Core/DolphinWX/Src/FrameAui.cpp
Source/Core/DolphinWX/Src/LogWindow.cpp
Source/Plugins/Plugin_DSP_LLE/Src/Debugger/DSPDebugWindow.cpp
Source/Plugins/Plugin_DSP_LLE/Src/Debugger/DSPDebugWindow.h
Source/Plugins/Plugin_DSP_LLE/Src/main.cpp