Renamed function to reflect change of purpose from previous commit
[pspp-builds.git] / src / ui / gui / helper.c
index e6f7c672b0ab7b59d41d8cbe7bc9af19036f3139..492797dbbad8885b405a866329fd5d94982295b0 100644 (file)
@@ -286,7 +286,7 @@ on_delete (GtkWindow *window, GdkEvent *e, GtkWindow **addr)
 }
 
 void
-paste_syntax_in_new_window (const gchar *syntax)
+paste_syntax_to_window (const gchar *syntax)
 {
   static GtkWidget *the_syntax_pasteboard = NULL;