Blame SOURCES/0003-Remove-deprecated-stock-messages.patch

f3fb5a
From b79101ccdbb609e3dccfe097952ab2d3d7b55951 Mon Sep 17 00:00:00 2001
f3fb5a
From: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
f3fb5a
Date: Fri, 10 Jul 2020 03:39:46 +0200
f3fb5a
Subject: [PATCH 03/18] Remove deprecated stock messages
f3fb5a
f3fb5a
---
f3fb5a
 src/gui/gtk-lshw.c | 4 ++--
f3fb5a
 1 file changed, 2 insertions(+), 2 deletions(-)
f3fb5a
f3fb5a
diff --git a/src/gui/gtk-lshw.c b/src/gui/gtk-lshw.c
f3fb5a
index 50dfb8329a5c..9ac525c715d8 100644
f3fb5a
--- a/src/gui/gtk-lshw.c
f3fb5a
+++ b/src/gui/gtk-lshw.c
f3fb5a
@@ -31,8 +31,8 @@ main (int argc, char *argv[])
f3fb5a
 				GTK_BUTTONS_NONE,
f3fb5a
 				"Executing this program as a normal user will give incomplete and maybe erroneous information.");
f3fb5a
     gtk_dialog_add_buttons(GTK_DIALOG(dialog),
f3fb5a
-                                  GTK_STOCK_QUIT, GTK_RESPONSE_CANCEL,
f3fb5a
-                                  GTK_STOCK_EXECUTE, GTK_RESPONSE_ACCEPT,
f3fb5a
+                                  "_Quit", GTK_RESPONSE_CANCEL,
f3fb5a
+                                  "_Execute", GTK_RESPONSE_ACCEPT,
f3fb5a
                                   NULL);
f3fb5a
 
f3fb5a
     proceed = (gtk_dialog_run (GTK_DIALOG (dialog)) == GTK_RESPONSE_ACCEPT);
f3fb5a
-- 
f3fb5a
2.17.1
f3fb5a