diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-03 18:21:19 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-03 18:21:19 +0100 |
| commit | 67e9328ca1e9074066e9e04e5a06188097bbb7c2 (patch) | |
| tree | 14f43bffaf4d2a15741a733c5ab1871386f4963a /src/main.cpp | |
| parent | 8494de283949d640f6e9da7d44edaeefc3bfd930 (diff) | |
add korean and japanese fonts
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 4a26ceb..16b46d1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -117,9 +117,9 @@ static int _ts_create_menu() { } void ts_init() { - snprintf(path_buffer, MAX_INPUT_LENGTH, "%s", "C:\\Users\\aldri\\Desktop\\Vault\\Projects\\allegro5"); + snprintf(path_buffer, MAX_INPUT_LENGTH, "%s", "C:\\Users\\aldri\\Desktop\\Vault\\Projects\\test"); snprintf(filter_buffer, MAX_INPUT_LENGTH, "%s", "*.h"); - snprintf(query_buffer, MAX_INPUT_LENGTH, "%s", "test"); + snprintf(query_buffer, MAX_INPUT_LENGTH, "%s", "あいうえお"); } int _tb_query_input_cb(ImGuiInputTextCallbackData* data) { |
