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

« back to all changes in this revision

Viewing changes to src/AboutDialog.h

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-18 21:58:19 UTC
  • mfrom: (13.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080218215819-tmbcf1rx238r8gdv
Tags: 1.3.4-1.1ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
class wxBoxSizer;
17
17
class wxStaticBitmap;
18
18
class wxBitmap;
 
19
class ShuttleGui;
19
20
 
20
21
struct AboutDialogCreditItem {
21
22
   wxString description;
36
37
 
37
38
   wxBoxSizer *topsizer;
38
39
   wxStaticBitmap *icon;
39
 
//   wxBitmap *logo;
 
40
   wxBitmap *logo; //vvv
40
41
 
41
42
    DECLARE_EVENT_TABLE()
42
43
    
52
53
   };
53
54
   
54
55
   AboutDialogCreditItemsList creditItems;
 
56
   void PopulateAudacityPage( ShuttleGui & S );
 
57
   void PopulateLicensePage( ShuttleGui & S );
55
58
 
56
59
   void CreateCreditsList();
57
60
   void AddCredit(const wxString& description, Role role);