Index: trunk/doc/conf/tree/editor.html =================================================================== --- trunk/doc/conf/tree/editor.html (revision 25236) +++ trunk/doc/conf/tree/editor.html (revision 25237) @@ -51,7 +51,7 @@ beep_when_finished boolean 0 flag if a signal should be produced when searching of connections is done undo_warning_size integer 0 warn the user when undo list exceeds this amount of kilobytes in memory subc_conv_refdes string 0 automatic refdes value assigned to new subcircuits on conversion from objects - if empty, no refdes text or attribute is added; if the value is , the refdes text object is added but no refdes attribute is created - mode integer 0 [hidlib] currently active mode + mode integer 0 [hidlib] currently active tool grid_unit unit 0 [hidlib] select whether you draw in mm or mil grid coord 0 [hidlib] grid in pcb-units grids list 0 [hidlib] grid in grid-string format Index: trunk/src/hidlib_conf.h =================================================================== --- trunk/src/hidlib_conf.h (revision 25236) +++ trunk/src/hidlib_conf.h (revision 25237) @@ -71,7 +71,7 @@ } appearance; const struct { - CFT_INTEGER mode; /* currently active mode */ + CFT_INTEGER mode; /* currently active tool */ CFT_UNIT grid_unit; /* select whether you draw in mm or mil */ CFT_COORD grid; /* grid in pcb-units */ CFT_LIST grids; /* grid in grid-string format */