Renamed function to reflect change of purpose from previous commit
[pspp-builds.git] / src / ui / gui / text-data-import-dialog.c
index 03f4f969e039345493088ead562b4dde8b81fce4..3c3089f15047ed9047e0a2a36e317ebeb9362ce5 100644 (file)
@@ -268,7 +268,7 @@ text_data_import_assistant (GtkWindow *parent_window)
     case PSPPIRE_RESPONSE_PASTE:
       {
        char *syntax = generate_syntax (ia);
-        paste_syntax_in_new_window (syntax);
+        paste_syntax_to_window (syntax);
        free (syntax);
       }
       break;