Diff of /trunk/src/map_edit.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by achadwick, Wed Dec 10 00:00:05 2008 UTC revision 6 by achadwick, Thu Dec 11 13:26:13 2008 UTC
# Line 740  void map_edit_node_move(appdata_t *appda Line 740  void map_edit_node_move(appdata_t *appda
740    
741        if(ways2join_cnt > 2) {        if(ways2join_cnt > 2) {
742          messagef(GTK_WIDGET(appdata->window), _("Too many ways to join"),          messagef(GTK_WIDGET(appdata->window), _("Too many ways to join"),
743                   _("More than two ways now end in this node. Joining more "                   _("More than two ways now end on this node. Joining more "
744                     "than two ways is not yet implemented, sorry"));                     "than two ways is not yet implemented, sorry"));
745    
746        } else if(ways2join_cnt == 2) {        } else if(ways2join_cnt == 2) {

Legend:
Removed from v.2  
changed lines
  Added in v.6