Blame SOURCES/0167-p2v-Use-About-virt-p2v-VERSION-on-the-about-button.patch

ffd6ed
From e21977b9ed7c3fa1cd7ba7736d6173667e904501 Mon Sep 17 00:00:00 2001
ffd6ed
From: "Richard W.M. Jones" <rjones@redhat.com>
ffd6ed
Date: Tue, 5 May 2015 20:56:38 +0100
ffd6ed
Subject: [PATCH] p2v: Use "About virt-p2v [VERSION]" on the about button.
ffd6ed
ffd6ed
This makes it clearer what the button does.
ffd6ed
ffd6ed
This updates commit a743f57cb8e74adaccae3a6f3b3da0c6961dc5ba.
ffd6ed
ffd6ed
(cherry picked from commit d5305c9672054d03d0c2ccdbc532643027c63775)
ffd6ed
---
ffd6ed
 p2v/gui.c | 2 +-
ffd6ed
 1 file changed, 1 insertion(+), 1 deletion(-)
ffd6ed
ffd6ed
diff --git a/p2v/gui.c b/p2v/gui.c
ffd6ed
index f32ac53..bba0c1c 100644
ffd6ed
--- a/p2v/gui.c
ffd6ed
+++ b/p2v/gui.c
ffd6ed
@@ -199,7 +199,7 @@ create_connection_dialog (struct config *config)
ffd6ed
   /* Buttons. */
ffd6ed
   gtk_dialog_add_buttons (GTK_DIALOG (conn_dlg),
ffd6ed
                           /* _("Configure network ..."), 1, */
ffd6ed
-                          _("virt-p2v " PACKAGE_VERSION " ..."), 2,
ffd6ed
+                          _("About virt-p2v " PACKAGE_VERSION " ..."), 2,
ffd6ed
                           _("Next"), 3,
ffd6ed
                           NULL);
ffd6ed
 
ffd6ed
-- 
ffd6ed
1.8.3.1
ffd6ed