mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
10 lines
350 B
Text
10 lines
350 B
Text
<!DOCTYPE KrossScripting SYSTEM "kpartgui.dtd">
|
|
<KrossScripting>
|
|
<collection name="project" text="Project">
|
|
<script text="Create new project" comment="Fires up a wizard to guide you through project creation"
|
|
name="newprojectwizard"
|
|
interpreter="python"
|
|
enabled="true"
|
|
file="newprojectwizard_win.py" />
|
|
</collection>
|
|
</KrossScripting>
|