~ubuntu-branches/ubuntu/gutsy/audacity/gutsy

« back to all changes in this revision

Viewing changes to src/Legacy.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2007-05-18 12:11:05 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070518121105-onhr7ojai3n5khzt
Tags: 1.3.3-1
* New upstream release
* Added watch file
* debian/patches:
   - updated libmp3lame patch
* debian/control:
   - as suggested upstream, depend on libgtk2.0-dev, otherwise 
     the code fails to build

Show diffs side-by-side

added added

removed removed

Lines of Context:
333
333
   xmlFile.StartTag(wxT("audacityproject"));
334
334
   xmlFile.WriteAttr(wxT("projname"), f.GetNextLine());
335
335
   xmlFile.WriteAttr(wxT("version"), wxT("1.1.0"));
336
 
   xmlFile.WriteAttr(wxT("audacityversion"), wxT(AUDACITY_VERSION_STRING));
 
336
   xmlFile.WriteAttr(wxT("audacityversion"), AUDACITY_VERSION_STRING);
337
337
 
338
338
   label = f.GetNextLine();
339
339
   while (label != wxT("BeginTracks")) {