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

Fix swapped M and N in create array dialog string.

parent 659ea518
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 )