mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 14:55:38 -04:00
Fixed mistake in desktop file
This commit is contained in:
parent
1fb405afd3
commit
45992a0e0a
@ -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 New Issue
Block a user