diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2017-11-25 13:35:48 -0600 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-11-25 13:35:48 -0600 |
commit | 628a525ae2961f0461172613a0675dab6754c65e (patch) | |
tree | 9c16631a75cf703771196cabf274ee9eef9723d8 /hardinfo/util.c | |
parent | ab16195359ad146263dbd7b5ea2d94316caee627 (diff) | |
parent | 11e616945340e87a1f567ab92e6dfac3068875b1 (diff) |
Update upstream source from tag 'upstream/0.5.1+git20171103'
Update to upstream version '0.5.1+git20171103'
with Debian dir 12de6f1245697675c1d76dc1085c08844d715cb0
Diffstat (limited to 'hardinfo/util.c')
-rw-r--r-- | hardinfo/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hardinfo/util.c b/hardinfo/util.c index 6ddf56ad..efa19b9c 100644 --- a/hardinfo/util.c +++ b/hardinfo/util.c @@ -876,9 +876,9 @@ static GSList *modules_check_deps(GSList * modules) module->name, deps[i]); gtk_dialog_add_buttons(GTK_DIALOG(dialog), - GTK_STOCK_NO, + "_No", GTK_RESPONSE_REJECT, - GTK_STOCK_OPEN, + "_Open", GTK_RESPONSE_ACCEPT, NULL); if (gtk_dialog_run(GTK_DIALOG(dialog)) == |