Index: trunk/src_plugins/lib_gtk_common/act_fileio.c =================================================================== --- trunk/src_plugins/lib_gtk_common/act_fileio.c (revision 10426) +++ trunk/src_plugins/lib_gtk_common/act_fileio.c (revision 10427) @@ -99,6 +99,7 @@ return 0; } +#warning TODO: this should be more or less common with lesstif const char pcb_gtk_acts_save[] = "Save()\n" "Save(Layout|LayoutAs)\n" "Save(AllConnections|AllUnusedPins|ElementConnections)\n" "Save(PasteBuffer)"; const char pcb_gtk_acth_save[] = N_("Save layout and/or element data to a user-selected file.");