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

« back to all changes in this revision

Viewing changes to res/wbdata/tools_toolbar.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" struct-name="app.Toolbar" id="com.mysql.wb.toolbar.tools">
 
5
    <value type="string" key="name">tools</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.tools.select">
 
8
        <link type="object" key="owner" struct-name="db.Toolbar">com.mysql.wb.toolbar.tools</link>
 
9
        <value type="string" key="name">tool/select</value>
 
10
        <value type="string" key="icon">wb_arrow.png</value>
 
11
        <value type="string" key="tooltip">Select Object(s)</value>
 
12
        <value type="string" key="itemType">radio</value>
 
13
        <value type="string" key="command">tool:basic/select</value>
 
14
      </value>
 
15
    </value>
 
16
  </value>
 
17
</data>
 
18
  
 
 
b'\\ No newline at end of file'