2005-07-17 [paul] 1.9.12cvs76
[claws.git] / src / message_search.c
index 70776d5f55b455f976017bff8fbaef9cbb5a3d17..e9aa9d5021b9bc71408b4a2430c58a30eb72b585 100644 (file)
@@ -197,11 +197,10 @@ static void message_search_execute(gboolean backward)
                }
 
                if (all_searched) {
-                       alertpanel_with_type
-                               (_("Search failed"),
-                                _("Search string not found."),
-                                NULL, NULL, NULL, NULL,
-                                ALERT_WARNING);
+                       alertpanel_full(_("Search failed"),
+                                       _("Search string not found."),
+                                        GTK_STOCK_CLOSE, NULL, NULL, FALSE,
+                                        NULL, ALERT_WARNING, G_ALERTDEFAULT);
                        break;
                }