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;
|
GtkWidget *output;
|
||||||
GtkTextBuffer *outputbuf;
|
GtkTextBuffer *outputbuf;
|
||||||
|
|
||||||
gtk_set_locale();
|
setlocale(LC_ALL, "");
|
||||||
gtk_init(&argc, &argv);
|
gtk_init(&argc, &argv);
|
||||||
|
|
||||||
add_pixmap_directory(PACKAGE_DATA_DIR "/" PACKAGE "/pixmaps");
|
add_pixmap_directory(PACKAGE_DATA_DIR "/" PACKAGE "/pixmaps");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue