/[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 2566 by schoenebeck, Tue May 20 14:35:36 2014 UTC revision 2579 by persson, Sat May 24 06:44:39 2014 UTC
# Line 1154  void PropDialog::set_file(gig::File* fil Line 1154  void PropDialog::set_file(gig::File* fil
1154      }      }
1155      std::vector<const char*> texts;      std::vector<const char*> texts;
1156      for (int i = 0; i < txts.size(); ++i) texts.push_back(txts[i].c_str());      for (int i = 0; i < txts.size(); ++i) texts.push_back(txts[i].c_str());
1157      texts.push_back(NULL); values.push_back(NULL);      texts.push_back(NULL); values.push_back(0);
1158      eFileFormat.set_choices(&texts[0], &values[0]);      eFileFormat.set_choices(&texts[0], &values[0]);
1159      eFileFormat.set_value(major);      eFileFormat.set_value(major);
1160  }  }

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

  ViewVC Help
Powered by ViewVC