File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
RetailCoder.VBE/UI/SourceControl Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 135
135
</Grid >
136
136
</WrapPanel >
137
137
138
- <GroupBox Header =" {Resx ResxName=Rubberduck.UI.RubberduckUI, Key=SourceControl_IncomingCommits }"
138
+ <GroupBox Header =" {Resx ResxName=Rubberduck.UI.RubberduckUI, Key=SourceControl_OutgoingCommits }"
139
139
Height =" 175"
140
140
Padding =" 5" >
141
- <DataGrid ItemsSource =" {Binding IncomingCommits }"
141
+ <DataGrid ItemsSource =" {Binding OutgoingCommits }"
142
142
AutoGenerateColumns =" False"
143
143
CanUserReorderColumns =" False"
144
144
IsReadOnly =" True"
165
165
</DataGrid .Columns>
166
166
</DataGrid >
167
167
</GroupBox >
168
- <GroupBox Header =" {Resx ResxName=Rubberduck.UI.RubberduckUI, Key=SourceControl_OutgoingCommits }"
168
+ <GroupBox Header =" {Resx ResxName=Rubberduck.UI.RubberduckUI, Key=SourceControl_IncomingCommits }"
169
169
Height =" 175"
170
170
Padding =" 5" >
171
- <DataGrid ItemsSource =" {Binding OutgoingCommits }"
171
+ <DataGrid ItemsSource =" {Binding IncomingCommits }"
172
172
AutoGenerateColumns =" False"
173
173
CanUserReorderColumns =" False"
174
174
IsReadOnly =" True"
You can’t perform that action at this time.
0 commit comments