Skip to content

Commit

Permalink
Switch to english link for sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
bruderstein committed Oct 30, 2016
1 parent de742b5 commit 36896d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pluginManager/src/PluginManager.rc
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ BEGIN
CONTROL "",IDC_PLUGINTABCTRL,"SysTabControl32",0x0,5,0,428,206
LTEXT "Plugin list hosting generously provided by",IDC_PLUGINLISTHOSTING,102,206,133,8
LTEXT "Nexinto Business Cloud",IDC_NEXINTOBUSINESSCLOUD,102,217,75,8
CONTROL "<A HREF=""https://www.nexinto.com/nbc/?utm_source=url&utm_medium=embed&utm_campaign=npp"">https://www.nexinto.com/nbc</A>",IDC_NBCLINK,
CONTROL "<A HREF=""https://www.nexinto.com/en/business-cloud/?utm_source=url&utm_medium=embed&utm_campaign=npp"">https://www.nexinto.com/nbc</A>",IDC_NBCLINK,
"SysLink",WS_TABSTOP,102,227,104,8
CONTROL "<A HREF=""http://bruderste.in/npp/pm/sponsor/"">Why is this here?</A>",IDC_WHYISTHISHERE,
"SysLink",WS_TABSTOP,101,238,59,8
Expand Down
2 changes: 1 addition & 1 deletion pluginManager/src/pluginmanagerdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ BOOL CALLBACK PluginManagerDialog::availableTabDlgProc(HWND hWnd, UINT Message,
}

case IDC_NBCLOGO:
ShellExecute(NULL, L"open", L"https://www.nexinto.com/nbc/?utm_source=npp&utm_content=content", NULL, NULL, SW_SHOW);
ShellExecute(NULL, L"open", L"https://www.nexinto.com/en/business-cloud/?utm_source=logo&utm_medium=embed&utm_campaign=npp", NULL, NULL, SW_SHOW);
break;
}
break;
Expand Down

0 comments on commit 36896d5

Please sign in to comment.