/[svn]/gigedit/trunk/src/gigedit/mainwindow.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/mainwindow.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2560 by schoenebeck, Sun May 18 18:55:29 2014 UTC revision 2566 by schoenebeck, Tue May 20 14:35:36 2014 UTC
# Line 1148  void PropDialog::set_file(gig::File* fil Line 1148  void PropDialog::set_file(gig::File* fil
1148      std::vector<std::string> txts;      std::vector<std::string> txts;
1149      std::vector<int> values;      std::vector<int> values;
1150      txts.push_back(sGiga + "2"); values.push_back(2);      txts.push_back(sGiga + "2"); values.push_back(2);
1151      txts.push_back(sGiga + "3"); values.push_back(3);      txts.push_back(sGiga + "3/v4"); values.push_back(3);
1152      if (major != 2 && major != 3) {      if (major != 2 && major != 3) {
1153          txts.push_back(sGiga + ToString(major)); values.push_back(major);          txts.push_back(sGiga + ToString(major)); values.push_back(major);
1154      }      }

Legend:
Removed from v.2560  
changed lines
  Added in v.2566

  ViewVC Help
Powered by ViewVC