~teemperor/pantheon-greeter/new-ui

123.1.1 by David Gomes
Started cleaning code...
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@";
147.1.1 by Raphael Isemann
test for voldy
9
}