- Respect CFLAGS - Remove Author tag from pkg-descr PR: ports/175223 [1] Submitted by: Vitaly Magerya <vmagerya@gmail.com> [1] Approved by: maintainer timeout Feature safe: yes
14 lines
597 B
Python
14 lines
597 B
Python
--- mypaint.py.orig 2013-04-16 20:22:02.000000000 +0200
|
|
+++ mypaint.py 2013-04-16 20:22:19.000000000 +0200
|
|
@@ -172,11 +172,6 @@
|
|
print "DEBUG: localepath: ", localepath
|
|
print "DEBUG: localepath_brushlib: ", localepath_brushlib
|
|
|
|
- # Low-level bindtextdomain, required for GtkBuilder stuff.
|
|
- locale.bindtextdomain("mypaint", localepath)
|
|
- locale.bindtextdomain("libmypaint", localepath_brushlib)
|
|
- locale.textdomain("mypaint")
|
|
-
|
|
# Python gettext module.
|
|
# See http://docs.python.org/release/2.7/library/locale.html
|
|
gettext.bindtextdomain("mypaint", localepath)
|