~ubuntu-branches/ubuntu/lucid/gcalctool/lucid-updates

« back to all changes in this revision

Viewing changes to src/financial.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-04-07 19:41:56 UTC
  • mfrom: (1.3.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100407194156-hgj8g002ffce2de0
Tags: 5.30.0.is.5.28.2-0ubuntu1
Downgrade to 5.28.2 as the new version does not support number bases
as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
2
 
 *  Copyright (c) 2008-2009 Robert Ancell
 
1
/*  $Header$
3
2
 *
 
3
 *  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
 
4
 *           
4
5
 *  This program is free software; you can redistribute it and/or modify
5
6
 *  it under the terms of the GNU General Public License as published by
6
7
 *  the Free Software Foundation; either version 2, or (at your option)
7
8
 *  any later version.
8
 
 *
9
 
 *  This program is distributed in the hope that it will be useful, but
 
9
 *           
 
10
 *  This program is distributed in the hope that it will be useful, but 
10
11
 *  WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 
12
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
12
13
 *  General Public License for more details.
13
 
 *
 
14
 *           
14
15
 *  You should have received a copy of the GNU General Public License
15
16
 *  along with this program; if not, write to the Free Software
16
17
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
34
35
    FINC_RATE_DIALOG,
35
36
    FINC_SLN_DIALOG,
36
37
    FINC_SYD_DIALOG,
37
 
    FINC_TERM_DIALOG
 
38
    FINC_TERM_DIALOG,
 
39
    FINC_NUM_DIALOGS,
38
40
};
39
41
 
40
42
#endif /* FINANCIAL_H */