~bookworm-team/bookworm/trunk

« back to all changes in this revision

Viewing changes to src/config.vala.cmake

  • Committer: Raphael Isemann
  • Date: 2013-11-28 11:16:16 UTC
  • mfrom: (21.2.1 bookworm)
  • Revision ID: teemperor@googlemail.com-20131128111616-xacgees1lx04vvf1
First version of the Property Dialog

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
namespace Constants {
 
2
    public const string DATADIR = "@DATADIR@";
 
3
    public const string PKGDATADIR = "@PKGDATADIR@";
 
4
    public const string GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@";
 
5
    public const string RELEASE_NAME = "@RELEASE_NAME@";
 
6
    public const string VERSION = "@VERSION@";
 
7
    public const string VERSION_INFO = "@VERSION_INFO@";
 
8
    public const string PLUGINDIR = "@PLUGINDIR@";
 
9
}