diff options
Diffstat (limited to 'hardinfo2/report.c')
-rw-r--r-- | hardinfo2/report.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/report.c b/hardinfo2/report.c index c3f49dbc..db2a02e3 100644 --- a/hardinfo2/report.c +++ b/hardinfo2/report.c @@ -439,6 +439,7 @@ static ReportDialog gtk_button_box_set_layout(GTK_BUTTON_BOX(dialog1_action_area), GTK_BUTTONBOX_END); + button8 = gtk_button_new_from_stock(GTK_STOCK_CANCEL); gtk_widget_show(button8); gtk_dialog_add_action_widget(GTK_DIALOG(dialog), button8, |