~ubuntu-branches/ubuntu/quantal/mysql-workbench/quantal

« back to all changes in this revision

Viewing changes to res/wbdata/model_option_toolbar_selection.xml

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2012-03-01 21:57:30 UTC
  • Revision ID: package-import@ubuntu.com-20120301215730-o7y8av8y38n162ro
Tags: upstream-5.2.38+dfsg
ImportĀ upstreamĀ versionĀ 5.2.38+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
 
 
3
<data>
 
4
  <value type="object" content-struct-name="app.Toolbar" id="com.mysql.wb.toolbar.tool.selection">
 
5
    <value type="string" key="name">selection</value>
 
6
    <value type="list" key="items" content-type="object" content-struct-name="app.ToolbarItem">
 
7
      <value type="object" struct-name="app.ToolbarItem" id="com.mysql.wb.toolbar.tool.selection">
 
8
        <link type="object" key="owner" struct-name="db.Toolbar">com.mysql.wb.toolbar.tool.align1</link>
 
9
        <value type="string" key="name">open</value>
 
10
        <value type="string" key="icon">tiny_open.png</value>
 
11
        <value type="string" key="itemType">action</value>
 
12
        <value type="string" key="command">plugin:wb.file.open</value>
 
13
      </value>
 
14
    </value>
 
15
  </value>
 
16
</data>
 
17