[Pkg-libvirt-commits] [libguestfs] 06/10: p2v: Use "About virt-p2v [VERSION]" on the about button.

Hilko Bengen bengen at moszumanska.debian.org
Sun Nov 1 17:11:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag upstream/1.29.40
in repository libguestfs.

commit d5305c9672054d03d0c2ccdbc532643027c63775
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue May 5 20:56:38 2015 +0100

    p2v: Use "About virt-p2v [VERSION]" on the about button.
    
    This makes it clearer what the button does.
    
    This updates commit a743f57cb8e74adaccae3a6f3b3da0c6961dc5ba.
---
 p2v/gui.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/p2v/gui.c b/p2v/gui.c
index 391d3f0..b32075f 100644
--- a/p2v/gui.c
+++ b/p2v/gui.c
@@ -199,7 +199,7 @@ create_connection_dialog (struct config *config)
   /* Buttons. */
   gtk_dialog_add_buttons (GTK_DIALOG (conn_dlg),
                           /* _("Configure network ..."), 1, */
-                          _("virt-p2v " PACKAGE_VERSION " ..."), 2,
+                          _("About virt-p2v " PACKAGE_VERSION " ..."), 2,
                           _("Next"), 3,
                           NULL);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list