</object>
</child>
<child>
- <object class="GtkAction" id="file_import-text">
- <property name="name">file_import-text</property>
- <property name="label" translatable="yes">_Import Delimited Text Data...</property>
+ <object class="GtkAction" id="file_import">
+ <property name="name">file_import</property>
+ <property name="label" translatable="yes">_Import Data...</property>
<property name="stock-id">gtk-convert</property>
</object>
</child>
<menuitem action="file_new_data"/>
</menu>
<menuitem action="file_open"/>
- <menuitem action="file_import-text"/>
+ <menuitem action="file_import"/>
<separator/>
<menuitem action="file_save"/>
<menuitem action="file_save_as"/>
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));