Commit 69e3f671 authored by dickelbeck's avatar dickelbeck

spelling

parent a0c5e040
...@@ -8,10 +8,10 @@ email address. ...@@ -8,10 +8,10 @@ email address.
================================================================================ ================================================================================
++pcbnew ++pcbnew
* Added exporting of netclass vias to specctra_export. * Added exporting of netclass vias to specctra_export.
* DIALOG_DESIGN_RULES now remembers it last selected TAB and screen position and * DIALOG_DESIGN_RULES now remembers its last selected TAB and screen position and
window size, and its grid columns are automatically expanded to fit the window size, and its grid columns are automatically expanded to fit the
column titles. Remembering screen position and size allows someone with column titles. Remembering screen position and size allows someone with
multiple monitors, to have a given window always come up on the monitor last chosen multiple monitors to have a given window always come up on the monitor last chosen
for it. for it.
......
...@@ -56,7 +56,7 @@ enum { ...@@ -56,7 +56,7 @@ enum {
const wxString DIALOG_DESIGN_RULES::wildCard = _("* (Any)"); const wxString DIALOG_DESIGN_RULES::wildCard = _("* (Any)");
// dialog should remember it previously selected tab // dialog should remember its previously selected tab
int DIALOG_DESIGN_RULES::s_LastTabSelection = -1; int DIALOG_DESIGN_RULES::s_LastTabSelection = -1;
// dialog should remember its previous screen position and size // dialog should remember its previous screen position and size
...@@ -65,7 +65,6 @@ wxSize DIALOG_DESIGN_RULES::s_LastSize; ...@@ -65,7 +65,6 @@ wxSize DIALOG_DESIGN_RULES::s_LastSize;
/** /**
* Function EnsureGridColumnWidths * Function EnsureGridColumnWidths
* resizes all the columns in a wxGrid based only on the requirements of the * resizes all the columns in a wxGrid based only on the requirements of the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment