Windows default viewer (queue-processed), Issue 2296

This commit is contained in:
Ingo
2014-03-18 13:10:21 +01:00
parent 3baad3848c
commit 0f31ed3499
2 changed files with 2 additions and 2 deletions

View File

@@ -850,7 +850,7 @@ bool Thumbnail::openDefaultViewer(int destination) {
ShellExecuteW(NULL, L"open", wfilename, NULL, NULL, SW_SHOWMAXIMIZED );
g_free(wfilename);
} else {
printf("File not found\n");
printf("%s not found\n",openFName.data());
return false;
}
} else {