[haiku-commits] haiku: hrev45178 - src/apps/showimage

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 18 Jan 2013 22:52:23 +0100 (CET)

hrev45178 adds 1 changeset to branch 'master'
old head: 4a9b48c1c5178fd1e5b64e0494971c4fd900b89f
new head: 5df9097a4e143520118717ff002665dcb38061c0
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=5df9097+%5E4a9b48c

----------------------------------------------------------------------------

5df9097: Use stop alert icon if can't find translator

                                     [ John Scipione <jscipione@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev45178
Commit:      5df9097a4e143520118717ff002665dcb38061c0
URL:         http://cgit.haiku-os.org/haiku/commit/?id=5df9097
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Fri Jan 18 21:52:10 2013 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/apps/showimage/ShowImageWindow.cpp | 2 +-

----------------------------------------------------------------------------

diff --git a/src/apps/showimage/ShowImageWindow.cpp 
b/src/apps/showimage/ShowImageWindow.cpp
index 687be6c..85d4f3c 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();
 }


Other related posts:

  • » [haiku-commits] haiku: hrev45178 - src/apps/showimage - jscipione