From c6e621bd58381881c72c68104b12dc2b26021529 Mon Sep 17 00:00:00 2001 From: ansstuff Date: Sun, 2 Jun 2013 14:33:39 +0000 Subject: [PATCH] * win32: fixed links to fceux.chm pages --- trunk/src/drivers/win/memview.cpp | 2 +- trunk/src/drivers/win/memwatch.cpp | 2 +- trunk/src/drivers/win/window.cpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/trunk/src/drivers/win/memview.cpp b/trunk/src/drivers/win/memview.cpp index e8371ded..f3ebb700 100644 --- a/trunk/src/drivers/win/memview.cpp +++ b/trunk/src/drivers/win/memview.cpp @@ -66,7 +66,7 @@ using namespace std; #define ID_ADDRESS_FRZ_SEP 52 #define ID_ADDRESS_FRZ_UNFREEZE_ALL 53 -string memviewhelp = "{06F7BBD5-399E-4CA0-8E4E-75BE0ACC525A}"; //Hex Editor Help Page +string memviewhelp = "HexEditor"; //Hex Editor Help Page int HexRowHeightBorder = 0; //adelikat: This will determine the number of pixels between rows in the hex editor, to alter this, the user can change it in the .cfg file, changing one will revert to the way FCEUX2.1.0 did it int HexCharSpacing = 1; // pixels between chars diff --git a/trunk/src/drivers/win/memwatch.cpp b/trunk/src/drivers/win/memwatch.cpp index bc4e36fb..6196f26f 100644 --- a/trunk/src/drivers/win/memwatch.cpp +++ b/trunk/src/drivers/win/memwatch.cpp @@ -60,7 +60,7 @@ bool MemWatchLoadOnStart = false; //Load on Start Flag bool MemWatchLoadFileOnStart = false; //Load last file Flag bool BindToMain = false; //Whether or not FCEUX is in control of this dialog (by default all dialogs in FCEUX aren't) -string memwhelp = "{01ABA5FD-D54A-44EF-961A-42C7AA586D95}"; //Name of memory watch chapter in .chm (sure would be nice to get better names for these!" +string memwhelp = "MemoryWatch"; //Recent Files Menu globals------------------------------------ char *memw_recent_files[] = { 0 ,0 ,0 ,0 ,0 }; diff --git a/trunk/src/drivers/win/window.cpp b/trunk/src/drivers/win/window.cpp index e0138c01..00c5f702 100644 --- a/trunk/src/drivers/win/window.cpp +++ b/trunk/src/drivers/win/window.cpp @@ -182,8 +182,8 @@ int EnableBackgroundInput = 0; int ismaximized = 0; //Help Menu subtopics -string moviehelp = "{695C964E-B83F-4A6E-9BA2-1A975387DB55}"; //Movie Recording -string gettingstartedhelp = "{C76AEBD9-1E27-4045-8A37-69E5A52D0F9A}";//Getting Started +string moviehelp = "MovieRecording"; //Movie Recording +string gettingstartedhelp = "Gettingstarted";//Getting Started //******************************************************************************** void SetMainWindowText()