This moves the 'Place Junction' button near the 'No Connection' one, to
keep all the labelling tools together in the eeschema toolbar.

-- 
Lorenzo Marcantonio
Logos Srl
=== modified file 'eeschema/tool_sch.cpp'
--- eeschema/tool_sch.cpp       2011-12-22 13:28:11 +0000
+++ eeschema/tool_sch.cpp       2012-01-18 11:27:13 +0000
@@ -218,15 +218,15 @@
     m_drawToolBar->AddTool( ID_NOCONN_BUTT, wxEmptyString, KiBitmap( 
noconn_xpm ),
                             HELP_PLACE_NC_FLAG, wxITEM_CHECK );
 
+    m_drawToolBar->AddTool( ID_JUNCTION_BUTT, wxEmptyString, KiBitmap( 
add_junction_xpm ),
+                            HELP_PLACE_JUNCTION, wxITEM_CHECK );
+
     m_drawToolBar->AddTool( ID_LABEL_BUTT, wxEmptyString, KiBitmap( 
add_line_label_xpm ),
                             HELP_PLACE_NETLABEL, wxITEM_CHECK );
 
     m_drawToolBar->AddTool( ID_GLABEL_BUTT, wxEmptyString, KiBitmap( 
add_glabel_xpm ),
                             HELP_PLACE_GLOBALLABEL, wxITEM_CHECK );
 
-    m_drawToolBar->AddTool( ID_JUNCTION_BUTT, wxEmptyString, KiBitmap( 
add_junction_xpm ),
-                            HELP_PLACE_JUNCTION, wxITEM_CHECK );
-
     m_drawToolBar->AddTool( ID_HIERLABEL_BUTT, wxEmptyString,
                             KiBitmap( add_hierarchical_label_xpm ),
                             HELP_PLACE_HIER_LABEL, wxITEM_CHECK );

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to