Commit 4a74e06a authored by Kaitlyn Lee's avatar Kaitlyn Lee
Browse files

Reverted changes tp QIsisApplication.

parent 35b4ee65
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ namespace Isis {
    QApplication(argc, argv) {
    // try to use US locale for numbers so we don't end up printing "," instead
    //   of "." where it might count.

    for (int i = 1; i < argc; i++) {
        QString arg(argv[i]);
        if (arg.startsWith("-pref")) {