Patch #1693 2006-12-06 19:16
sethjackson
EditorBase bug fix- Download
- 1693-EditorBase_bug.patch (530 bytes)
Index: src/sdk/editorbase.cpp
===================================================================
--- src/sdk/editorbase.cpp (revision 3344)
+++ src/sdk/editorbase.cpp (working copy)
@@ -327,7 +327,7 @@
#if wxABI_VERSION >= 20601
else if (id == idGoogleCode)
{
- wxLaunchDefaultBrowser(wxString(_T("http://google.com/codesearch?q=")) << URLEncode(lastWord));
+ wxLaunchDefaultBrowser(wxString(_T("http://www.google.com/codesearch?q=")) << URLEncode(lastWord));
}
else if (id == idGoogle)
{
History
sethjackson 2006-12-06 19:17
Google code search doesn't work.
killerbot 2006-12-06 19:25
applied , thanks