mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +00:00
Fixed mistake in desktop file
This commit is contained in:
parent
1fb405afd3
commit
45992a0e0a
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[Desktop Entry]
|
||||
|
||||
Name=Micro %U
|
||||
Name=Micro
|
||||
GenericName=Text Editor
|
||||
Comment=Edit text files in a terminal
|
||||
|
||||
|
@ -9,7 +9,7 @@ Type=Application
|
|||
Categories=terminal;TextEditor;
|
||||
Keywords=text;editor;syntax;terminal;
|
||||
|
||||
Exec=micro
|
||||
Exec=micro %U
|
||||
StartupNotify=false
|
||||
Terminal=True
|
||||
Terminal=true
|
||||
MimeType=text/plain;text/x-chdr;text/x-csrc;text/x-c++hdr;text/x-c++src;text/x-java;text/x-dsrc;text/x-pascal;text/x-perl;text/x-python;application/x-php;application/x-httpd-php3;application/x-httpd-php4;application/x-httpd-php5;application/xml;text/html;text/css;text/x-sql;text/x-diff;
|
||||
|
|
Loading…
Reference in a new issue