Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 311 → Rev 312

/trunk/ui.c
429,16 → 429,19
case HELPITEM:
#ifdef MAC_ENV
// TODO: Open web-browser instead
simplealert(_strdup("You can find the documentation here: https://github.com/danielmarschall/filter_foundry/tree/master/doc"))
simplealert(_strdup("You can find the documentation here: https://github.com/danielmarschall/filter_foundry/tree/master/doc"));
#else
ShellExecuteA(
if (ShellExecuteA(
gdata->hWndMainDlg,
"open",
"https://github.com/danielmarschall/filter_foundry/blob/master/doc/The%20Filter%20Foundry.pdf",
"",
"",
SW_NORMAL
);
NULL,
NULL,
SW_SHOWNORMAL
) <= 32) {
// MSDN states: "If the function succeeds, it returns a value greater than 32."
simplealert(_strdup("You can find the documentation here: https://github.com/danielmarschall/filter_foundry/tree/master/doc"));
}
#endif
break;
case ZOOMINITEM: