Commit ce257123 authored by Makayla Shepherd's avatar Makayla Shepherd
Browse files

Reseting PvlTranslationTable to svn again.

parent 0525881f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@ namespace Isis {
      const PvlKeyword &key = *it;
      // compare the value from the input file to the second value of each Translation in the trans file.
      // ignore cases for input values  
      if((QString) key[1] == tmpFValue) {
      if(QString::compare((QString) key[1], tmpFValue, Qt::CaseInsensitive) == 0) {
        return key[0];
      }
      else if((QString) key[1] == "*") {