~ubuntu-branches/ubuntu/utopic/freemind/utopic

« back to all changes in this revision

Viewing changes to freemind/accessories/plugins/SortNodes.xml

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-01-03 14:19:19 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100103141919-m5az7dkicy21hqop
Tags: 0.9.0~rc6+dfsg-1ubuntu1
* Merge from Debian unstable (LP: #182927), remaining changes:
  - debian/copyright: add license/copyright for
    freemind/freemind/main/ExampleFileFilter.java

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<plugin label="accessories/plugins/SortNodes">
 
3
        <plugin_action
 
4
                documentation="%accessories/plugins/SortNodes.properties_documentation"
 
5
                name="%accessories/plugins/SortNodes.properties_name"
 
6
                key_stroke="%keystroke_accessories/plugins/SortNodes.properties_key"
 
7
                base="freemind.extensions.NodeHookAdapter"
 
8
                label="accessories/plugins/SortNodes.properties"
 
9
                class_name="accessories.plugins.SortNodes">
 
10
                <plugin_mode class_name="freemind.modes.mindmapmode"/>
 
11
                <plugin_menu location="menu_bar/extras/first/nodes/sorting/SortNodes"/>
 
12
        </plugin_action>
 
13
</plugin>