# HG changeset patch # User greg # Date 1256734292 -3600 # Node ID d01e025b868dfbefcfbb35ade09e902e67bcb224 # Parent 93a2f2034f989c439f0828441654049c864fd002 (no commit message) diff -r 93a2f2034f98 -r d01e025b868d debian/plcopeneditor.desktop --- a/debian/plcopeneditor.desktop Mon Oct 19 15:58:20 2009 +0200 +++ b/debian/plcopeneditor.desktop Wed Oct 28 13:51:32 2009 +0100 @@ -1,6 +1,7 @@ [Desktop Entry] Encoding=UTF-8 -Name=PlcOpenEditor +Name=PLCOpen IEC-61131-3 Editor +Name[fr]=Editeur PLCOpen IEC-61131-3 Comment=Editor for all 5 of the IEC-61131-3 languages Comment[fr]=Editeur pour les 5 langages de l'IEC-61131-3 Exec=/usr/bin/plcopeneditor diff -r 93a2f2034f98 -r d01e025b868d debian/rules --- a/debian/rules Mon Oct 19 15:58:20 2009 +0200 +++ b/debian/rules Wed Oct 28 13:51:32 2009 +0100 @@ -55,7 +55,8 @@ cp -r Images $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor cp -r graphics $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor cp -r plcopen $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor - cp -r examples $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor + cp -r locale $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor + cp -r dialogs $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor cp *.py $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor rm -rf `find .|grep CVS` rm -rf `find .|grep .cvsignore`