This commit is contained in:
Milan Nikolic
2026-06-25 21:52:23 +02:00
parent 4e2f78026d
commit 18e9adabaa
20 changed files with 1653 additions and 113 deletions
+2 -1
View File
@@ -5,6 +5,7 @@ import (
"strings"
"github.com/gen2brain/cbconvert"
"github.com/gen2brain/cbconvert/cmd/cbconvert-gui/i18n"
"github.com/gen2brain/iup-go/iup"
)
@@ -70,7 +71,7 @@ func commandLine() string {
}
func onCommand(iup.Ihandle) int {
iup.GetText("Command Line", commandLine(), -1)
iup.GetText(i18n.Str(i18n.DlgCommandLine), commandLine(), -1)
return iup.DEFAULT
}