Index: trunk/scconfig/plugins.h =================================================================== --- trunk/scconfig/plugins.h (revision 25239) +++ trunk/scconfig/plugins.h (revision 25240) @@ -11,7 +11,7 @@ plugin_def("lib_gtk_hid", "hid_gtk generic part", sdisable, 0) plugin_def("lib_hid_common", "all-gui-hid common code", sdisable, 0) plugin_def("lib_hid_gl", "openGL rendering", sdisable, 0) -plugin_def("lib_hid_pcbui", "all-gui-hid common PCB GUI elements",sdisable, 0) +plugin_def("lib_hid_pcbui", "common PCB-related GUI elements", sdisable, 0) plugin_def("lib_legacy_func", "legacy functions", sbuildin, 1) plugin_def("lib_netmap", "map nets and objects", sdisable, 0) plugin_def("lib_polyhelp", "polygon helpers", sbuildin, 1) Index: trunk/src_plugins/lib_hid_pcbui/lib_hid_pcbui.pup =================================================================== --- trunk/src_plugins/lib_hid_pcbui/lib_hid_pcbui.pup (revision 25239) +++ trunk/src_plugins/lib_hid_pcbui/lib_hid_pcbui.pup (revision 25240) @@ -1,5 +1,5 @@ $class lib -$short all-gui-hid common PCB GUI elements +$short common PCB-related GUI elements $long PCB related helper functions for GUI HIDs $state works $package lib-gui