Remove duplicate locale.h include. Patch from Leonardo Boshell. Partly
2004-07-19 Glynn Foster <glynn.foster@sun.com> * src/main.c: Remove duplicate locale.h include. Patch from Leonardo Boshell. Partly fixes #137993.
This commit is contained in:
parent
aac1045400
commit
b986224682
@ -1,3 +1,8 @@
|
||||
2004-07-19 Glynn Foster <glynn.foster@sun.com>
|
||||
|
||||
* src/main.c: Remove duplicate locale.h include. Patch
|
||||
from Leonardo Boshell. Partly fixes #137993.
|
||||
|
||||
2004-07-19 Glynn Foster <glynn.foster@sun.com>
|
||||
|
||||
* help/C/zenity.xml, help/sr/zenity.xml: Fix up
|
||||
|
1
THANKS
1
THANKS
@ -5,6 +5,7 @@
|
||||
"Peter Astrand <astrand lysator liu se>",
|
||||
"Jonathan Blandford <jrb redhat com>",
|
||||
"Paul Bolle <pebolle tiscali nl>",
|
||||
"Leonardo Boshell <p kapcoweb com>",
|
||||
"Ross Burton <ross burtonini com>",
|
||||
"Damien Carbery <damien carbery sun com>",
|
||||
"Anders Carlsson <andersca codefactory se>",
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
#include "zenity.h"
|
||||
#include <stdlib.h>
|
||||
#include <locale.h>
|
||||
#include <popt.h>
|
||||
#include <langinfo.h>
|
||||
#ifdef HAVE_LOCALE_H
|
||||
|
Reference in New Issue
Block a user