From 5df9097a4e143520118717ff002665dcb38061c0 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Fri, 18 Jan 2013 16:52:10 -0500 Subject: [PATCH] Use stop alert icon if can't find translator --- src/apps/showimage/ShowImageWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/showimage/ShowImageWindow.cpp b/src/apps/showimage/ShowImageWindow.cpp index 687be6ce9b..85d4f3cba3 100644 --- a/src/apps/showimage/ShowImageWindow.cpp +++ b/src/apps/showimage/ShowImageWindow.cpp @@ -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(); }