From 69e3f671e9f49e52abac1ba5e575a4f5dbebfbbc Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Mon, 2 Nov 2009 22:08:22 +0000 Subject: [PATCH] spelling --- CHANGELOG.txt | 4 ++-- pcbnew/dialog_design_rules.cpp | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ce056c0fed..d10e56173f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,10 +8,10 @@ email address. ================================================================================ ++pcbnew * 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 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. diff --git a/pcbnew/dialog_design_rules.cpp b/pcbnew/dialog_design_rules.cpp index 6106b0540a..e47eb115d6 100644 --- a/pcbnew/dialog_design_rules.cpp +++ b/pcbnew/dialog_design_rules.cpp @@ -56,7 +56,7 @@ enum { 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; // dialog should remember its previous screen position and size @@ -65,7 +65,6 @@ wxSize DIALOG_DESIGN_RULES::s_LastSize; - /** * Function EnsureGridColumnWidths * resizes all the columns in a wxGrid based only on the requirements of the