mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-22 06:13:55 -07:00
gtk_set_locale() is deprecated, use setlocale()
This commit is contained in:
parent
c9764a5fe1
commit
178884ce78
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ int main(int argc, char *argv[]) {
|
|||
GtkWidget *output;
|
||||
GtkTextBuffer *outputbuf;
|
||||
|
||||
gtk_set_locale();
|
||||
setlocale(LC_ALL, "");
|
||||
gtk_init(&argc, &argv);
|
||||
|
||||
add_pixmap_directory(PACKAGE_DATA_DIR "/" PACKAGE "/pixmaps");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue