~lemonboy/noise/noise-privacy-mode

« back to all changes in this revision

Viewing changes to src/config.h

  • Committer: xapantu
  • Date: 2012-01-17 18:39:32 UTC
  • mto: This revision was merged to the branch mainline in revision 456.
  • Revision ID: xapantu@gmail.com-20120117183932-r53rhu4kx45qc3ts
Add a translations system (only two words are translated in French, more will come from the Launchpad interface)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef CONFIG_H
2
 
#define CONFIG_H
3
 
 
4
 
// put in some defaults. these will be overwritten by cmake.
5
 
#define DATADIR "/usr/share"
6
 
#define PKG_DATADIR "/usr/share/beat-box"
7
 
#define GETTEXT_PACKAGE "beat-box"
8
 
#define RELEASE_NAME "Acolyte"
9
 
#define VERSION "0.3"
10
 
#define VERSION_INFO "Pre-Release"
11
 
#define ICON_FOLDER "/usr/share/beat-box/icons"
12
 
 
13
 
#endif //CONFIG_H