no real changes, just fixed all occurences of 'occurence' typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1040,7 +1040,7 @@ static bool DoLaunchDefaultBrowser(const wxString& urlOrig, int flags)
|
||||
// in is -1 (meaning "current") by default, replace it with
|
||||
// 0 which means "new" (see KB article 160957)
|
||||
ok = ddeCmd.Replace(wxT("-1"), wxT("0"),
|
||||
false /* only first occurence */) == 1;
|
||||
false /* only first occurrence */) == 1;
|
||||
}
|
||||
|
||||
if ( ok )
|
||||
|
Reference in New Issue
Block a user