|
21 | 21 | <Buttons>
|
22 | 22 | <Button guid="guidSccProviderCmdSet" id="icmdSccCommandGitBash" priority="0x0105" type="Button">
|
23 | 23 | <Parent guid="guidSccProviderCmdSet" id="igrpSourceControlCommands"/>
|
| 24 | + <Icon guid="guidSccProviderImages" id="iconGitBash" /> |
24 | 25 | <CommandFlag>DynamicVisibility</CommandFlag>
|
25 | 26 | <CommandFlag>DefaultInvisible</CommandFlag>
|
| 27 | + <CommandFlag>IconAndText</CommandFlag> |
26 | 28 | <Strings>
|
27 | 29 | <ButtonText>Git Bash ...</ButtonText>
|
28 | 30 | </Strings>
|
29 | 31 | </Button>
|
30 | 32 | <Button guid="guidSccProviderCmdSet" id="icmdSccCommandGitExtension" priority="0x0106" type="Button">
|
31 | 33 | <Parent guid="guidSccProviderCmdSet" id="igrpSourceControlCommands"/>
|
| 34 | + <Icon guid="guidSccProviderImages" id="iconGitExt" /> |
32 | 35 | <CommandFlag>DynamicVisibility</CommandFlag>
|
33 | 36 | <CommandFlag>DefaultInvisible</CommandFlag>
|
| 37 | + <CommandFlag>IconAndText</CommandFlag> |
34 | 38 | <Strings>
|
35 | 39 | <ButtonText>Git Extensions ...</ButtonText>
|
36 | 40 | </Strings>
|
|
52 | 56 | <CommandFlag>DefaultInvisible</CommandFlag>
|
53 | 57 | <CommandFlag>IconAndText</CommandFlag>
|
54 | 58 | <Strings>
|
55 |
| - <ButtonText>Undo file changes</ButtonText> |
| 59 | + <ButtonText>Undo File Changes</ButtonText> |
56 | 60 | </Strings>
|
57 | 61 | </Button>
|
58 | 62 | <Button guid="guidSccProviderCmdSet" id="icmdSccCommandRefresh" priority="0x0104" type="Button">
|
|
68 | 72 |
|
69 | 73 | <Button guid="guidSccProviderCmdSet" id="icmdSccCommandPendingChanges" priority="0x0103" type="Button">
|
70 | 74 | <Parent guid="guidSccProviderCmdSet" id="igrpSourceControlCommands"/>
|
71 |
| - <!--<Icon guid="guidSccProviderImages" id="iconRefresh" /--> |
| 75 | + <Icon guid="guidSccProviderImages" id="iconPendingChanges" /> |
72 | 76 | <CommandFlag>DynamicVisibility</CommandFlag>
|
73 | 77 | <CommandFlag>DefaultInvisible</CommandFlag>
|
74 |
| - <!--<CommandFlag>IconAndText</CommandFlag>--> |
| 78 | + <CommandFlag>IconAndText</CommandFlag> |
75 | 79 | <Strings>
|
76 | 80 | <ButtonText>Pending Changes</ButtonText>
|
77 | 81 | </Strings>
|
78 | 82 | </Button>
|
79 | 83 |
|
80 | 84 | <Button guid="guidSccProviderCmdSet" id="icmdSccCommandInit" priority="0x0000" type="Button">
|
81 | 85 | <Parent guid="guidSccProviderCmdSet" id="igrpSourceControlCommands"/>
|
82 |
| - <!--<Icon guid="guidSccProviderImages" id="iconRefresh" /--> |
| 86 | + <!--<Icon guid="guidSccProviderImages" id="iconRefresh" />--> |
83 | 87 | <CommandFlag>DynamicVisibility</CommandFlag>
|
84 | 88 | <CommandFlag>DefaultInvisible</CommandFlag>
|
85 | 89 | <!--<CommandFlag>IconAndText</CommandFlag>-->
|
|
90 | 94 |
|
91 | 95 | </Buttons>
|
92 | 96 | <Bitmaps>
|
93 |
| - <Bitmap guid="guidSccProviderImages" href="Resources\Images_32bit.bmp" usedList="iconGitBash, iconGitExt, iconUncheckout, iconCompare, iconRefresh"/> |
| 97 | + <Bitmap guid="guidSccProviderImages" href="Resources\Images_32bit.bmp" usedList="iconGitBash, iconGitExt, iconUncheckout, iconCompare, iconRefresh, iconPendingChanges"/> |
94 | 98 | </Bitmaps>
|
95 | 99 | </Commands>
|
96 | 100 | <CommandPlacements>
|
|
124 | 128 | <IDSymbol name="iconUncheckout" value="3"/>
|
125 | 129 | <IDSymbol name="iconCompare" value="4"/>
|
126 | 130 | <IDSymbol name="iconRefresh" value="5"/>
|
| 131 | + <IDSymbol name="iconPendingChanges" value="6"/> |
127 | 132 | </GuidSymbol>
|
128 | 133 | </Symbols>
|
129 | 134 | </CommandTable>
|
0 commit comments