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

« back to all changes in this revision

Viewing changes to src/widgets/Grid.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:
624
624
         break;
625
625
 
626
626
         case wxROLE_SYSTEM_CELL:
627
 
            description->Printf(_("%d"),
 
627
            description->Printf(wxT("%d"),
628
628
                                mCol);
629
629
         break;
630
630
 
631
631
         default:
632
 
            description->Printf(_("oh-oh...buggie"));
 
632
            description->Printf(wxT("oh-oh...buggie"));
633
633
         break;
634
634
      }
635
635