Fix the desktop file.
The "Exec" and "Name" entries were swapped.
This commit is contained in:
parent
25a0ea7ce5
commit
713f2821e4
|
@ -1,9 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=logdiag %f
|
||||
Name=logdiag
|
||||
GenericName=Electric diagrams designer
|
||||
GenericName[cs]=Návrhář elektrických diagramů
|
||||
Icon=logdiag
|
||||
Exec=logdiag
|
||||
Exec=logdiag %f
|
||||
Categories=Graphics;VectorGraphics;Electricity;Engineering;GTK
|
||||
|
||||
|
|
Loading…
Reference in New Issue