fata0000 / evoluspencil

Automatically exported from code.google.com/p/evoluspencil
0 stars 0 forks source link

XML Parsing Error: undefined entity #498

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download the latest stand-alone setup for windows in pecil.evolus.vn
2. Install
3. Run the program and meet the problem,

What is the expected output? What do you see instead?
XML Parsing Error: undefined entity
Location: chrome://pencil/content/mainWindow.xul
Line Number 300, Column 21:                    <menuitem class="menuitem-iconic 
print-document-menu" label="&menu.print.document.label;" command="printCommand" 
key="printKey"/>
--------------------^

What version of the product are you using? On what operating system?

Pencil-2.0.2.win32.installer, Windows 7 Ultimate 64bit. 

Please provide any additional information below.

Original issue reported on code.google.com by sky.t...@gmail.com on 23 Oct 2012 at 5:59

GoogleCodeExporter commented 8 years ago
Same problem... can't find help anywhere on the internet

Original comment by davidiwi...@gmail.com on 5 Jul 2013 at 4:04

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Got the same error and found the solution in a comment in another issue. 

Changed in Evolus\Pencil\app\defaults\preferences\pencil.js the line :

pref("intl.locale.matchOS", true);

to

pref("intl.locale.matchOS", false);

that resolves the error in the error console for me. Though I still yet to make 
the UI button click-able. Good luck everyone! ;)

Original comment by lzh...@gmail.com on 5 Dec 2014 at 3:17