Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
44d6595c
Commit
44d6595c
authored
Apr 09, 2015
by
Nick Østergaard
Committed by
Wayne Stambaugh
Apr 09, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix swapped M and N in create array dialog string.
parent
659ea518
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dialog_create_array.cpp
pcbnew/dialogs/dialog_create_array.cpp
+1
-1
No files found.
pcbnew/dialogs/dialog_create_array.cpp
View file @
44d6595c
...
...
@@ -145,7 +145,7 @@ static const std::string& alphabetFromNumberingScheme(
static
const
std
::
string
alphaNumeric
=
"0123456789"
;
static
const
std
::
string
alphaHex
=
"0123456789ABCDEF"
;
static
const
std
::
string
alphaFull
=
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
;
static
const
std
::
string
alphaNoIOSQXZ
=
"ABCDEFGHJKL
NM
PRTUVWY"
;
static
const
std
::
string
alphaNoIOSQXZ
=
"ABCDEFGHJKL
MN
PRTUVWY"
;
static
const
std
::
string
alphaEmpty
=
""
;
switch
(
type
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment