[yast-commit] r42694 - /trunk/python-bindings/src/YCP.cc
Author: juhliarik Date: Wed Dec 5 10:35:00 2007 New Revision: 42694 URL: http://svn.opensuse.org/viewcvs/yast?rev=42694&view=rev Log: handling error with checking textdomain Modified: trunk/python-bindings/src/YCP.cc Modified: trunk/python-bindings/src/YCP.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/python-bindings/src/YCP.cc?rev=42694&r1=42693&r2=42694&view=diff ============================================================================== --- trunk/python-bindings/src/YCP.cc (original) +++ trunk/python-bindings/src/YCP.cc Wed Dec 5 10:35:00 2007 @@ -202,8 +202,9 @@ //cout << textdomain << endl; + // added space - important for checking texdomain during make package string _fun = - "def _(str): \n\ + "def _" "(str): \n\ return gettext.gettext(str)"; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
juhliarik@svn.opensuse.org