From: John Darrington Date: Fri, 2 Nov 2012 15:33:06 +0000 (+0100) Subject: Added markup to GUI elements where necessary X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b426e08f9ee65fa9f61c79a61c0d81d17e8e40e;p=pspp Added markup to GUI elements where necessary --- diff --git a/src/ui/gui/examine.ui b/src/ui/gui/examine.ui index 222af2edc0..f22b1047d9 100644 --- a/src/ui/gui/examine.ui +++ b/src/ui/gui/examine.ui @@ -263,7 +263,7 @@ - _Options... + O_ptions... True True True @@ -413,11 +413,12 @@ vertical - Exclude cases listwise + Exclude cases _listwise True True False GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + True True True @@ -427,11 +428,12 @@ - Exclude cases pairwise + Exclude cases _pairwise True True False GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + True True True radiobutton1 @@ -442,11 +444,12 @@ - Report values + _Report values True True False GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + True True True radiobutton1 diff --git a/src/ui/gui/indep-samples.ui b/src/ui/gui/indep-samples.ui index 80a5c5720c..288a41b719 100644 --- a/src/ui/gui/indep-samples.ui +++ b/src/ui/gui/indep-samples.ui @@ -51,7 +51,8 @@ spread - Define Groups + _Define Groups... + True True True True @@ -65,7 +66,8 @@ - Options... + O_ptions... + True True True True diff --git a/src/ui/gui/paired-samples.ui b/src/ui/gui/paired-samples.ui index 6c9c71e79a..79fb24fbd3 100644 --- a/src/ui/gui/paired-samples.ui +++ b/src/ui/gui/paired-samples.ui @@ -110,7 +110,7 @@ True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - Test _Pair(s): + _Test Pair(s): True True paired-samples-t-test-treeview2 diff --git a/src/ui/gui/t-test-paired-samples.c b/src/ui/gui/t-test-paired-samples.c index 212691d39b..6ad281c337 100644 --- a/src/ui/gui/t-test-paired-samples.c +++ b/src/ui/gui/t-test-paired-samples.c @@ -90,7 +90,7 @@ t_test_paired_samples_dialog (PsppireDataWindow *de) struct tt_options_dialog *opts = tt_options_dialog_create (GTK_WINDOW (de)); GtkWidget *bb = gtk_hbutton_box_new (); - GtkWidget *opt = gtk_button_new_with_mnemonic (_("_Options")); + GtkWidget *opt = gtk_button_new_with_mnemonic (_("O_ptions...")); gtk_box_pack_start (GTK_BOX (bb), opt, TRUE, TRUE, 5); gtk_widget_show_all (bb); diff --git a/src/ui/gui/t-test.ui b/src/ui/gui/t-test.ui index 3412ad5bfa..0c256561d7 100644 --- a/src/ui/gui/t-test.ui +++ b/src/ui/gui/t-test.ui @@ -1,7 +1,7 @@ - + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK @@ -169,8 +169,10 @@ True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - Test Variable(s): + _Test Variable(s): True + True + one-sample-t-test-treeview1 @@ -245,11 +247,12 @@ - Options... + O_ptions... True True True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + True 3