~ubuntu-branches/ubuntu/karmic/tomboy/karmic

« back to all changes in this revision

Viewing changes to Tomboy/Defines.cs.in

  • Committer: Bazaar Package Importer
  • Author(s): Brandon Hale
  • Date: 2004-10-11 09:31:35 UTC
  • Revision ID: james.westby@ubuntu.com-20041011093135-00f2snu2ny5i6wto
Tags: upstream-0.2.0
ImportĀ upstreamĀ versionĀ 0.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
using System;
 
3
 
 
4
namespace Tomboy
 
5
{
 
6
        public class Defines
 
7
        {
 
8
                public const string VERSION          = "@version@";
 
9
                public const string DATADIR          = "@datadir@";
 
10
                public const string GNOME_LOCALE_DIR = "@datadir@/locale";
 
11
        }
 
12
}