Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lumiscosity committed Nov 30, 2024
1 parent 40527ec commit 17e8883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

int main(int argc, char *argv[]) {
#ifdef _WIN32
setlocale(LC_ALL, ".UTF8")
setlocale(LC_ALL, ".UTF8");
#endif
QApplication a(argc, argv);
DirectoryDialog d;
Expand Down

0 comments on commit 17e8883

Please sign in to comment.