]> git.pld-linux.org Git - packages/libglade.git/blame - libglade-fixquote.patch
- stolen from TurboLinux
[packages/libglade.git] / libglade-fixquote.patch
CommitLineData
064fa498 1--- libglade-0.16/libglade-xgettext.fixquote Mon Aug 20 12:22:54 2001
2+++ libglade-0.16/libglade-xgettext Mon Aug 20 12:37:59 2001
3@@ -104,6 +104,8 @@
4 fp.write(p)
5 length = length + 1 + len(p)
6 fp.write(' */\n')
7+ str = string.replace (str, '\\', '\\\\')
8+ str = string.replace (str, '"', '\\"')
9 if '\n' in str:
10 fp.write(' _(""\n')
11 lines = string.split(str, '\n')
This page took 0.048467 seconds and 4 git commands to generate.