From 9db9c8de91981886a8ac9678b36390e6346bf335 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 19 May 2011 11:58:39 +0200 Subject: wizard: allow user to return to reporting at the end Also replaces "cancel" button with "close". The name was bad: we do not cancel anything. Signed-off-by: Denys Vlasenko --- src/gui-wizard-gtk/wizard.glade | 74 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 69 insertions(+), 5 deletions(-) (limited to 'src/gui-wizard-gtk/wizard.glade') diff --git a/src/gui-wizard-gtk/wizard.glade b/src/gui-wizard-gtk/wizard.glade index f79950ee..49acd67d 100644 --- a/src/gui-wizard-gtk/wizard.glade +++ b/src/gui-wizard-gtk/wizard.glade @@ -51,7 +51,7 @@ True True - out + GTK_SHADOW_OUT True @@ -275,7 +275,7 @@ True True - out + GTK_SHADOW_OUT True @@ -404,7 +404,7 @@ True True - out + GTK_SHADOW_OUT True @@ -674,7 +674,7 @@ True True - out + GTK_SHADOW_OUT @@ -715,7 +715,7 @@ True True - out + GTK_SHADOW_OUT True @@ -734,4 +734,68 @@ + + False + + + True + False + 10 + 3 + + + True + False + 0 + 0 + Reporting has finished. You can close this window now. + True + + + False + True + 0 + + + + + True + False + 0 + 0 + If you want to report the problem to a different destination, collect additional information, or provide a better problem description and repeat reporting process, press 'Forward'. + True + + + False + True + 1 + + + + + + + + + + False + + + True + False + 10 + 3 + + + + + + + + + + + + -- cgit