Commented out StartupNotify

master
Yevgen Muntyan 2006-05-04 19:32:59 -05:00
parent f765344f88
commit 9eb235e14f
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ Comment=Text editor
Exec=medit %F
Terminal=false
Type=Application
StartupNotify=true
#StartupNotify=true
MimeType=text/*;
Icon=medit.png
Categories=Application;Utility;TextEditor;

View File

@ -291,16 +291,16 @@
</kdevdoctreeview>
<kdevfilecreate>
<filetypes>
<type icon="source" ext="g" name="GAP source" create="template" >
<type icon="source" ext="g" create="template" name="GAP source" >
<descr>A new empty GAP source file</descr>
</type>
<type icon="source_cpp" ext="cpp" name="C++ Source" create="template" >
<type icon="source_cpp" ext="cpp" create="template" name="C++ Source" >
<descr>A new empty C++ file.</descr>
</type>
<type icon="source_h" ext="h" name="C/C++ Header" create="template" >
<type icon="source_h" ext="h" create="template" name="C/C++ Header" >
<descr>A new empty header file for C/C++.</descr>
</type>
<type icon="source_c" ext="c" name="C Source" create="template" >
<type icon="source_c" ext="c" create="template" name="C Source" >
<descr>A new empty C file.</descr>
</type>
</filetypes>