Revision: 6822 Author: [email protected] Date: Tue Nov 10 15:50:39 2009 Log: Update windows-specific preference code (used in IE and Chrome) to new name.
Patch by: jat Review by: jlabanca (TBR) http://code.google.com/p/google-web-toolkit/source/detail?r=6822 Modified: /trunk/plugins/platform/Win/Preferences.cpp ======================================= --- /trunk/plugins/platform/Win/Preferences.cpp Fri Sep 11 16:24:58 2009 +++ /trunk/plugins/platform/Win/Preferences.cpp Tue Nov 10 15:50:39 2009 @@ -21,7 +21,7 @@ #include "Preferences.h" #include "AllowedConnections.h" -#define REG_ACCESS_LIST "SOFTWARE\\Google\\Google Web Toolkit\\gwt-dmp.accessList" +#define REG_ACCESS_LIST "SOFTWARE\\Google\\Google Web Toolkit\\gwt-dev-plugin.accessList" /** * Return a null-terminated string containing the access list. --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
