~ubuntu-branches/debian/sid/filezilla/sid

« back to all changes in this revision

Viewing changes to src/interface/resources/toolbar.xrc

  • Committer: Bazaar Package Importer
  • Author(s): Adrien Cunin
  • Date: 2010-04-20 09:25:39 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100420092539-10d1003e0nm4zfyp
Tags: 3.3.2.1-1
* New upstream release
   - Really fixes previously mentioned bugs (the patches for them were not
     included in upstream 3.3.1)
* Added libgtk2.0-dev to build-deps
* Added libtinyxml-dev to build-deps, so that the system libtinyxml is used
* Added debian/README.source saying that dpatch is used
* Updated Standards-Version, no change needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
2
<resource version="2.3.0.1" xmlns="http://www.wxwindows.org/wxxrc">
3
 
  <object class="wxToolBar" name="ID_TOOLBAR">
 
3
  <object class="wxToolBar" name="ID_TOOLBAR" subclass="CToolBar">
4
4
    <style>wxTB_FLAT|wxTB_DOCKABLE|wxTB_HORIZONTAL</style>
5
5
    <bitmapsize>16,16</bitmapsize>
6
6
    <object class="separator" platform="win"/>
71
71
    <object class="tool" name="ID_TOOLBAR_COMPARISON">
72
72
      <bitmap stock_id="ART_COMPARE"></bitmap>
73
73
      <toggle>1</toggle>
74
 
      <tooltip>Toggle directory comparison. Right-click to change comparison mode.\n\nColors:\nYellow: File only exists on one side\nGreen: File is newer than the unmarked file on other side\nRed: Filesizes different</tooltip>
 
74
      <tooltip>Toggle directory comparison. Right-click to change comparison mode.\n\nColors:\nYellow: File only exists on one side\nGreen: File is newer than the unmarked file on other side\nRed: File sizes different</tooltip>
75
75
      <longhelp>Directory comparison</longhelp>
76
76
    </object>
77
77
    <object class="tool" name="ID_TOOLBAR_SYNCHRONIZED_BROWSING">