diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2019-07-29 22:00:51 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2019-07-29 22:00:51 +0200 |
| commit | e1126ca2c1577b50c375a0266747350159340f03 (patch) | |
| tree | 87b69718379ac5e14080077b74340457eb667822 | |
| parent | fdba36b568de2dd6aa6f58a06467d03e7e09d5bc (diff) | |
| download | DTMenu.c4d-e1126ca2c1577b50c375a0266747350159340f03.tar.gz DTMenu.c4d-e1126ca2c1577b50c375a0266747350159340f03.zip | |
Use operators .. and ..= instead of Format where appropriate
| -rw-r--r-- | Script.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1603,7 +1603,7 @@ func AdaptorFactory(args, int entryIndex, int entryColumn) min = true; } } - text = Format("%s %s", Format(entry[DT_Menu_Entry_Text], val), ["{{MN7I:4}}", "<c 808080>{{MN7I:4}}</c>"][min]); + text = Format(entry[DT_Menu_Entry_Text], val) .. " " .. ["{{MN7I:4}}", "<c 808080>{{MN7I:4}}</c>"][min]; ExtraIcon(text, icon, [MN7I, 3, max && RGB(128, 128, 128)]); defaultMsgboardText = "$EnterNumber$"; } |
