Used StringUnicode
This commit is contained in:
parent
ac1e1e5c43
commit
c9ccadca44
15 changed files with 59 additions and 38 deletions
|
|
@ -58,11 +58,11 @@ public class DemoNumberPartDeskApp extends AbstractDeskApp implements DeskAppRen
|
|||
|
||||
ImGui.text(getTxt("selectName"));
|
||||
ImGui.sameLine();
|
||||
ImGui.text(baseParts[0].ráàmExportNaam());
|
||||
ImGui.text(baseParts[0].ráàmExportNaam().toString());
|
||||
|
||||
ImGui.text(getTxt("selectPurpose"));
|
||||
ImGui.sameLine();
|
||||
ImGui.text(baseParts[0].ráàmFluisterDoel());
|
||||
ImGui.text(baseParts[0].ráàmFluisterDoel().toString());
|
||||
|
||||
ImGui.checkbox(getTxt("showBase10"), showBase10);
|
||||
ImGui.checkbox(getTxt("showBase16"), showBase16);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue