Renamed function to reflect change of purpose from previous commit
[pspp-builds.git] / src / ui / gui / t-test-paired-samples.c
index 4847cb09d2e3100d398157fde8267b8088a71f5a..5f226d4e194a2963881d5ac05c09f3835ca04558 100644 (file)
@@ -222,7 +222,7 @@ t_test_paired_samples_dialog (PsppireDataWindow *de)
     case PSPPIRE_RESPONSE_PASTE:
       {
        gchar *syntax = generate_syntax (&tt_d);
-        paste_syntax_in_new_window (syntax);
+        paste_syntax_to_window (syntax);
 
        g_free (syntax);
       }