forked from ywx/cbDiff
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcb_diff_toolbar.xrc
93 lines (73 loc) · 3.15 KB
/
cb_diff_toolbar.xrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="utf-8" ?>
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
<object class="wxToolBarAddOn" name="cb_diff_toolbar">
<object class="tool" name="CB_DIFF_ID_VIEW_TABLE">
<tooltip>Display as a table</tooltip>
<longhelp>Display as a table</longhelp>
<bitmap>images/22x22/table.png</bitmap>
</object>
<object class="tool" name="CB_DIFF_ID_VIEW_UNIFIED">
<tooltip>Display as unified diff</tooltip>
<longhelp>Display as unified diff</longhelp>
<bitmap>images/22x22/unified.png</bitmap>
</object>
<object class="tool" name="CB_DIFF_ID_VIEW_SIDEBYSIDE">
<tooltip>Display side by side</tooltip>
<longhelp>Display side by side</longhelp>
<bitmap>images/22x22/sidebyside.png</bitmap>
</object>
<object class="separator"/>
<object class="tool" name="CB_DIFF_ID_RELOAD_FILES">
<tooltip>Reload files</tooltip>
<longhelp>Reload files</longhelp>
<bitmap>images/22x22/reload.png</bitmap>
</object>
<object class="tool" name="CB_DIFF_ID_SWAP_FILES">
<tooltip>Swap files</tooltip>
<longhelp>Swap files</longhelp>
<bitmap>images/22x22/swap.png</bitmap>
</object>
<object class="separator"/>
<object class="tool" name="CB_DIFF_GOTO_NEXT_DIFFERENCE">
<tooltip>Next Difference</tooltip>
<longhelp>Goto next difference</longhelp>
<bitmap>images/22x22/nextDifference.png</bitmap>
</object>
<object class="tool" name="CB_DIFF_GOTO_PREVIOUS_DIFFERENCE">
<tooltip>Previous Difference</tooltip>
<longhelp>Goto previous difference</longhelp>
<bitmap>images/22x22/previousDifference.png</bitmap>
</object>
<object class="tool" name="CB_DIFF_GOTO_FIRST_DIFFERENCE">
<tooltip>First Difference</tooltip>
<longhelp>Goto first Difference</longhelp>
<bitmap>images/22x22/firstDifference.png</bitmap>
</object>
<object class="tool" name="CB_DIFF_GOTO_LAST_DIFFERENCE">
<tooltip>Last Difference</tooltip>
<longhelp>Goto last Difference</longhelp>
<bitmap>images/22x22/lastDifference.png</bitmap>
</object>
<object class="separator"/>
<object class="tool" name="CB_DIFF_COPY_TO_LEFT">
<tooltip>Copy to left</tooltip>
<longhelp>Copy from right to left</longhelp>
<bitmap>images/22x22/copyLeft.png</bitmap>
</object>
<object class="tool" name="CB_DIFF_COPY_TO_RIGHT">
<tooltip>Copy to right</tooltip>
<longhelp>Copy from left to right</longhelp>
<bitmap>images/22x22/copyRight.png</bitmap>
</object>
<object class="tool" name="CB_DIFF_COPY_TO_LEFT_NEXT">
<tooltip>Copy to left</tooltip>
<longhelp>Copy from right to left and goto next difference</longhelp>
<bitmap>images/22x22/copyLeft_next.png</bitmap>
</object>
<object class="tool" name="CB_DIFF_COPY_TO_RIGHT_NEXT">
<tooltip>Copy to right</tooltip>
<longhelp>Copy from left to right and goto next difference</longhelp>
<bitmap>images/22x22/copyRight_next.png</bitmap>
</object>
</object>
</resource>