Skip to content

Commit

Permalink
Update amagalma_gianfini_ReaNamer (track-item-region-marker renaming …
Browse files Browse the repository at this point in the history
…utility).lua
  • Loading branch information
amagalma authored Dec 15, 2024
1 parent de1a5d9 commit 33073dc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-- @description ReaNamer (track-item-region-marker renaming utility)
-- @author amagalma & gianfini
-- @version 1.47
-- @version 1.48
-- @changelog
-- - Fixed bugs in Markers or Regions mode and time selection present
-- - Fixed trim end dialog box name
-- @provides
-- amagalma_ReaNamer Replace Help.lua
-- amagalma_ReaNamer utf8data.lua
Expand Down Expand Up @@ -2037,7 +2037,7 @@ local function init() -- INITIALIZATION ----------------------------------------

function trimend_btn.onClick()
if not Check() then return end
local ok, number = reaper.GetUserInputs("Trim start", 1, "Insert number of characters:", "")
local ok, number = reaper.GetUserInputs("Trim end", 1, "Insert number of characters:", "")
GiveBackFocus()
if ok then
if tonumber(number) ~= nil then
Expand Down

0 comments on commit 33073dc

Please sign in to comment.