Merge remote branch 'origin/master' into import-gui
[pspp] / src / ui / gui / psppire-data-window.c
index 9e5860b7199521358c3ae57a4eb08de8d882d32c..500877bdd38470abdda490fb8747746cc00718f6 100644 (file)
@@ -1032,7 +1032,7 @@ psppire_data_window_finish_init (PsppireDataWindow *de,
 
   connect_action (de, "file_new_data", G_CALLBACK (create_data_window));
 
-  connect_action (de, "file_import-text", G_CALLBACK (text_data_import_assistant));
+  connect_action (de, "file_import", G_CALLBACK (text_data_import_assistant));
 
   connect_action (de, "file_save", G_CALLBACK (psppire_window_save));