Skip to content

Commit

Permalink
Use stop alert icon if can't find translator
Browse files Browse the repository at this point in the history
  • Loading branch information
jscipione committed Jan 18, 2013
1 parent 4a9b48c commit 5df9097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/showimage/ShowImageWindow.cpp
Expand Up @@ -1107,7 +1107,7 @@ ShowImageWindow::_LoadError(const entry_ref& ref)
"file or an image translator for it does not exist.",
"LoadAlerts"),
B_TRANSLATE_CONTEXT("OK", "Alerts"), NULL, NULL,
B_WIDTH_AS_USUAL, B_INFO_ALERT);
B_WIDTH_AS_USUAL, B_STOP_ALERT);
alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
alert->Go();
}
Expand Down

0 comments on commit 5df9097

Please sign in to comment.