X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Ft-test-paired-samples.c;h=4f8baeeb0dc53b82fa640b2d943b7725d956c32c;hb=19cf39ef8802208ca67fc3e1cf12ce4b239aaabf;hp=212691d39b4c242f5158e40d4d3727d5018e1882;hpb=ab3ae49b850af736519c2bb9f08152ed9a994982;p=pspp diff --git a/src/ui/gui/t-test-paired-samples.c b/src/ui/gui/t-test-paired-samples.c index 212691d39b..4f8baeeb0d 100644 --- a/src/ui/gui/t-test-paired-samples.c +++ b/src/ui/gui/t-test-paired-samples.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2011 Free Software Foundation + Copyright (C) 2011, 2012 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,7 +26,6 @@ #include "psppire-var-view.h" #include "psppire-dict.h" -#include "psppire-var-store.h" #include "dialog-common.h" #include "psppire-dialog.h" @@ -90,7 +89,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);