X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ecere%2Fsrc%2Fgui%2Fdialogs%2FFileDialog.ec;h=04a93d993d7630e72d6479887f45e865d5c8f8ac;hb=e7343c0c6ec35b1aa7b8a7269552f43d3471fc31;hp=7f8430d1869781fccd431efc17d777c8c3c1bcfc;hpb=d9d8a8074a02b91b8c049cc57a1bbfe1b8077026;p=sdk diff --git a/ecere/src/gui/dialogs/FileDialog.ec b/ecere/src/gui/dialogs/FileDialog.ec index 7f8430d..04a93d9 100644 --- a/ecere/src/gui/dialogs/FileDialog.ec +++ b/ecere/src/gui/dialogs/FileDialog.ec @@ -1493,7 +1493,7 @@ public class CreateDirectoryDialog : Window minClientSize = Size { 240, 100 }; tabCycle = true; hasClose = true; - text = "Create Directory"; + text = $"Create Directory"; public: @@ -1532,7 +1532,7 @@ private: Button ok { - parent = this, isDefault = true, position = { 70, 60 }, size = { 60 }, text = "OK"; + parent = this, isDefault = true, position = { 70, 60 }, size = { 60 }, text = $"OK"; bool NotifyClicked(Button button, int x, int y, Modifiers mods) { if(newDirectoryName.contents && newDirectoryName.contents[0])