Commit 44d6595c authored by Nick Østergaard's avatar Nick Østergaard Committed by Wayne Stambaugh

Fix swapped M and N in create array dialog string.

parent 659ea518
......@@ -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 = "ABCDEFGHJKLNMPRTUVWY";
static const std::string alphaNoIOSQXZ = "ABCDEFGHJKLMNPRTUVWY";
static const std::string alphaEmpty = "";
switch( type )
......
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