+2006-02-23 [colin] 2.0.0cvs78
+
+ * src/alertpanel.c
+ Change OK to Close in alertpanel with View log
+ button; add accel to View log. Patch by Fabien
+ Vantard
+
2006-02-23 [wwp] 2.0.0cvs77
* src/compose.c
( cvs diff -u -r 1.1.2.29 -r 1.1.2.30 commitHelper; ) > 2.0.0cvs75.patchset
( cvs diff -u -r 1.1.2.30 -r 1.1.2.31 commitHelper; ) > 2.0.0cvs76.patchset
( cvs diff -u -r 1.382.2.245 -r 1.382.2.246 src/compose.c; ) > 2.0.0cvs77.patchset
+( cvs diff -u -r 1.17.2.20 -r 1.17.2.21 src/alertpanel.c; ) > 2.0.0cvs78.patchset
mainwin = mainwindow_get_mainwindow();
if (mainwin && mainwin->logwin) {
- val = alertpanel_full(_("Error"), buf, GTK_STOCK_OK,
- _("View log"), NULL, FALSE, NULL,
+ val = alertpanel_full(_("Error"), buf, GTK_STOCK_CLOSE,
+ _("_View log"), NULL, FALSE, NULL,
ALERT_ERROR, G_ALERTDEFAULT);
if (val == G_ALERTALTERNATE)
log_window_show(mainwin->logwin);