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=e339b2ca72d77a076566856e9357781d49cd983c;hp=212691d39b4c242f5158e40d4d3727d5018e1882;hpb=32ee0e0402d6d56674f53a47d879ec5c07dabe09;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);