Skip to content

Commit

Permalink
fixed gui typos (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
zahdr authored Jun 20, 2023
1 parent 3f36665 commit 07c90f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LootplanIt.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: LootPlanIt
## Author: zahdr
## Notes: Make Loot Council easy!
## Version: 0.2.1
## Version: v0.2.2
## DefaultState: enabled
## SavedVariables: LootPlanItDB
## X-Curse-Project-ID: 876058
Expand Down
4 changes: 2 additions & 2 deletions classes/lootImport.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lootImport = LPI.classes.lootImport.import;

function lootImportOverview:draw()
local window = AceGUI:Create("Frame");
window:SetTitle(LPI.title .. " v" .. LPI.version);
window:SetTitle(LPI.title .. " " .. LPI.version);
window:SetLayout("Flow");
window:SetWidth(490);
window:SetHeight(150);
Expand Down Expand Up @@ -66,7 +66,7 @@ end

function lootImport:draw()
local window = AceGUI:Create("Frame");
window:SetTitle(LPI.title .. " v" .. LPI.version);
window:SetTitle(LPI.title .. " " .. LPI.version);
window:SetLayout("Flow");
window:SetWidth(500);
window:SetHeight(500);
Expand Down

0 comments on commit 07c90f8

Please sign in to comment.