vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Bindings>
2 <!-- User interface key bindings -->
3 <Binding name="PSPOT_CYCLE_MODE" description="Cycle PartySpotter Modes" runOnUp="false" header="PSPOT">
4 PartySpotter_Cycle_Mode();
5 </Binding>
6 <Binding name="PSPOT_CYCLE_HLIGHT" description="Cycle PartySpotter Highlights" runOnUp="false">
7 PartySpotter_Cycle_Highlight();
8 </Binding>
9 </Bindings>
10