File: config.vala.in

package info (click to toggle)
vala-panel-appmenu 0.7.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,336 kB
  • sloc: ansic: 2,309; xml: 83; makefile: 56; sh: 7
file content (5 lines) | stat: -rw-r--r-- 204 bytes parent folder | download
1
2
3
4
5
namespace Config {
   public const string GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@";
   public const string LOCALE_DIR = "@CMAKE_INSTALL_PREFIX@/share/locale";
   public const string VERSION = "@VERSION@";
}