summaryrefslogtreecommitdiffstats
path: root/vncviewer/vncviewer.cxx
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2012-03-27 13:03:22 +0000
committerPierre Ossman <ossman@cendio.se>2012-03-27 13:03:22 +0000
commit0878eca6aa47106a24fee53ab3791c677fdfefbe (patch)
treecfd426f1affbd4fd67f3b96879b0b934f8eb9f84 /vncviewer/vncviewer.cxx
parent8eb3508b7365aefddf98671b1a962366d480b237 (diff)
downloadtigervnc-0878eca6aa47106a24fee53ab3791c677fdfefbe.tar.gz
tigervnc-0878eca6aa47106a24fee53ab3791c677fdfefbe.zip
Move the last remnants of autotools into config.h.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4879 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/vncviewer.cxx')
-rw-r--r--vncviewer/vncviewer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/vncviewer.cxx b/vncviewer/vncviewer.cxx
index 1f6fca56..ff325d13 100644
--- a/vncviewer/vncviewer.cxx
+++ b/vncviewer/vncviewer.cxx
@@ -273,7 +273,7 @@ int main(int argc, char** argv)
"See http://www.tigervnc.org for information on TigerVNC.");
setlocale(LC_ALL, "");
- bindtextdomain(PACKAGE_NAME, LOCALEDIR);
+ bindtextdomain(PACKAGE_NAME, LOCALE_DIR);
textdomain(PACKAGE_NAME);
rfb::SecurityClient::setDefaults();