From: <zou...@us...> - 2008-02-29 22:58:02
|
Revision: 1019 http://dcplusplus.svn.sourceforge.net/dcplusplus/?rev=1019&view=rev Author: zouzou123gen Date: 2008-02-29 14:58:00 -0800 (Fri, 29 Feb 2008) Log Message: ----------- Fixed Ctrl+F that opens favorite hubs Modified Paths: -------------- dcplusplus/trunk/changelog.txt dcplusplus/trunk/win32/DCPlusPlus.rc dcplusplus/trunk/win32/resource.h Modified: dcplusplus/trunk/changelog.txt =================================================================== --- dcplusplus/trunk/changelog.txt 2008-02-29 18:12:34 UTC (rev 1018) +++ dcplusplus/trunk/changelog.txt 2008-02-29 22:58:00 UTC (rev 1019) @@ -37,7 +37,8 @@ * Don't always show the tray icon after killing and re-opening explorer.exe (poy) * Updated links (thanks pietry) * Fixed clicking on active tab (poy) -* Fixed tabbing in hub windows (poy) +* [L#195209] Fixed tabbing in hub windows (poy) +* [L#195209] Fixed Ctrl+F that opens favorite hubs (poy) -- 0.704 2007-12-14 -- * Hub lists added to utilize Coral's distributed network (ullner) Modified: dcplusplus/trunk/win32/DCPlusPlus.rc =================================================================== --- dcplusplus/trunk/win32/DCPlusPlus.rc 2008-02-29 18:12:34 UTC (rev 1018) +++ dcplusplus/trunk/win32/DCPlusPlus.rc 2008-02-29 22:58:00 UTC (rev 1019) @@ -880,7 +880,7 @@ "3", IDC_VIEW_TRANSFER_VIEW, VIRTKEY, CONTROL, NOINVERT "D", IDC_QUEUE, VIRTKEY, CONTROL, NOINVERT "E", IDC_REFRESH_FILE_LIST, VIRTKEY, CONTROL, NOINVERT - "F", IDC_FAVORITES, VIRTKEY, CONTROL, NOINVERT + "F", IDC_FAVORITE_HUBS, VIRTKEY, CONTROL, NOINVERT "L", IDC_OPEN_FILE_LIST, VIRTKEY, CONTROL, NOINVERT "N", IDC_NOTEPAD, VIRTKEY, CONTROL, NOINVERT "P", IDC_CONNECT, VIRTKEY, CONTROL, NOINVERT Modified: dcplusplus/trunk/win32/resource.h =================================================================== --- dcplusplus/trunk/win32/resource.h 2008-02-29 18:12:34 UTC (rev 1018) +++ dcplusplus/trunk/win32/resource.h 2008-02-29 22:58:00 UTC (rev 1019) @@ -81,7 +81,6 @@ #define IDC_VIEW_TOOLBAR 1007 #define IDC_VIEW_TRANSFER_VIEW 1008 #define IDC_PUBLIC_HUBS 1009 -#define IDC_FAVORITE_HUBS 1010 #define IDC_GETLIST 1011 #define IDC_COPY_FILENAME 1012 #define IDC_GRANTSLOT 1013 @@ -206,7 +205,7 @@ #define IDC_EMAIL 2047 #define IDC_EXTERNAL_IP 2048 #define IDC_FAVORITE_DIRECTORIES 2049 -#define IDC_FAVORITES 2050 +#define IDC_FAVORITE_HUBS 2050 #define IDC_FAVUSERS 2051 #define IDC_FH_ADDRESS 2052 #define IDC_FH_HUB 2053 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |