~ubuntu-branches/ubuntu/quantal/gnumeric/quantal

« back to all changes in this revision

Viewing changes to src/gnumeric-gconf-priv.h

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2009-06-07 11:10:47 UTC
  • mfrom: (1.1.19 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090607111047-l3rtbzfjxvmi1kx0
Tags: 1.9.8-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Promoted gnumeric-doc to Recommends in gnumeric package for help to be
    installed automatically
  - gnumeric-gtk is a transitional package
  - gnumeric conflicts with gnumeric-gtk << 1.8.3-3ubuntu1
  - call initltool-update in po*
  - remove psiconv support (psiconv is in universe):
    o debian/control: remove B-D on libpsiconv-dev
    o debian/rules: don't pass --with-psiconv to ./configure

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
#define GNM_CONF_FILE_SINGLE_SHEET_SAVE "save/single_sheet"
99
99
 
100
100
#define GNM_CONF_WORKBOOK_NSHEETS       "core/workbook/n-sheet"
 
101
#define GNM_CONF_WORKBOOK_NROWS         "core/workbook/n-rows"
 
102
#define GNM_CONF_WORKBOOK_NCOLS         "core/workbook/n-cols"
 
103
#define GNM_CONF_WORKBOOK_AUTOSAVE_TIME "core/workbook/autosave_time"
101
104
 
102
105
#define GNM_CONF_GUI_DIR                "core/gui"
103
106
#define GNM_CONF_GUI_RES_H              "screen/horizontaldpi"