Fix swapped M and N in create array dialog string.
This commit is contained in:
committed by
Wayne Stambaugh
parent
659ea5184c
commit
44d6595c6a
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user