]> git.lyx.org Git - lyx.git/blobdiff - development/tools/unicodesymbols.py
Cmake build:
[lyx.git] / development / tools / unicodesymbols.py
index 429b55914f706b64a70083b836d6c9e9f5819576..e63c0be36bda49ff6c2186833198ad2981f8972f 100644 (file)
@@ -76,7 +76,7 @@ def complete(lines, start, stop):
                     combining = "combining"
                 else:
                     combining = ""
-                line = [i, '#0x%04x ""                         "" "%s" # %s' % (i, combining, name)]
+                line = [i, '#0x%04x ""                         "" "%s" "" "" # %s' % (i, combining, name)]
                 lines.insert(l, line)
 #                print lines[l]
                 l = l + 1