Commit c7c5e52 1 parent 8725099 commit c7c5e52 Copy full SHA for c7c5e52
File tree 1 file changed +16
-3
lines changed
1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -231,6 +231,19 @@ local function CreateSettingMenu(opt)
231
231
})
232
232
end
233
233
234
+ -- 10.0
235
+ if select (4 , GetBuildInfo ()) > 100000 then
236
+ table.insert (actionbarlist , {
237
+ text = L [" Skyriding Bar" ],
238
+ isNotRadio = true ,
239
+ keepShownOnClick = true ,
240
+ arg1 = " action" ,
241
+ arg2 = 11 ,
242
+ checked = childchecked ,
243
+ func = childclicked ,
244
+ })
245
+ end
246
+
234
247
for i = 1 , 4 do
235
248
236
249
-- local _, _, _, spell = GetShapeshiftFormInfo(i)
405
418
local settings = {
406
419
{
407
420
isTitle = true ,
408
- text = L [" Ignore during Import" ],
421
+ text = " |cffff0000 " .. L [" IGNORE " ] .. " |r " .. L [ " during Import" ],
409
422
notCheckable = true ,
410
423
}
411
424
}
415
428
tAppendAll (settings , {
416
429
{
417
430
isTitle = true ,
418
- text = L [" Clear before Import" ],
431
+ text = " |cffff0000 " .. L [" CLEAR " ] .. " |r " .. L [ " before Import" ],
419
432
notCheckable = true ,
420
433
}
421
434
})
480
493
local settings = {
481
494
{
482
495
isTitle = true ,
483
- text = L [" Ignore during Export" ],
496
+ text = " |cffff0000 " .. L [" IGNORE " ] .. " |r " .. L [ " during Export" ],
484
497
notCheckable = true ,
485
498
}
486
499
}
You can’t perform that action at this time.
0 commit comments