diff options
Diffstat (limited to 'widgets/misc/e-alert-bar.c')
-rw-r--r-- | widgets/misc/e-alert-bar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-alert-bar.c b/widgets/misc/e-alert-bar.c index eb4afdde8c..7700ef5f2a 100644 --- a/widgets/misc/e-alert-bar.c +++ b/widgets/misc/e-alert-bar.c @@ -292,7 +292,7 @@ alert_bar_constructed (GObject *object) static GtkSizeRequestMode alert_bar_get_request_mode (GtkWidget *widget) { - /* GtkHBox does width-for-height by default. But we + /* GtkBox does width-for-height by default. But we * want the alert bar to be as short as possible. */ return GTK_SIZE_REQUEST_HEIGHT_FOR_WIDTH; } |