Commit Graph

143 Commits

Author SHA1 Message Date
Hongbo Ni ea20c68a11 sane.ds: Add simplified and traditional Chinese resources. 2008-09-04 11:42:06 +02:00
Francois Gouget 95039659e1 sane.ds: Remove spaces before '...'. 2008-06-12 12:03:46 +02:00
Francois Gouget a9037a6592 resources: Fix some overly long '...' instances. 2008-06-05 15:53:22 +02:00
Francois Gouget 39cb432b68 Fix the resources to remove extraneous spaces in '...'. 2008-06-05 15:53:05 +02:00
Mikołaj Zalewski 14a42f802d Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
Jens Albretsen 39ae05d977 sane.ds: Danish translation. 2008-05-07 12:09:26 +02:00
Austin English 313a85f163 Spelling fixes. 2008-04-17 12:25:57 +02:00
Michael Stefaniuc f41fd59ddb sane.ds: Add the Romanian translation. 2008-04-08 12:28:10 +02:00
Rok Mandeljc b541a87f0e sane.ds: Added Slovenian translation. 2008-04-07 21:39:45 +02:00
Vitaliy Margolen 76a0306856 sane.ds: Add Russian translation. 2008-04-07 11:34:17 +02:00
Alexandre Julliard 4fd668d010 Replace some instances of LoadStringA by LoadStringW. 2008-03-03 20:07:37 +01:00
Mikołaj Zalewski 997e5f1230 Make Italian, Spanish, Dutch and German resources use SUBLANG_NEUTRAL. 2008-02-21 14:18:07 +01:00
Francois Gouget c68745c51b UTF-8 resource files must explicitly say so with a pragma. 2008-02-15 09:55:58 +01:00
Andrew Talbot e3c750f3c2 sane.ds: Remove unneeded casts. 2008-01-21 11:38:40 +01:00
Luis C. Busquets Pérez 192d9e9811 sane: Add Spanish Resource. 2007-12-10 12:13:20 +01:00
Alexandre Julliard ad9396302d Removed some unneeded imports. 2007-12-06 21:24:24 +01:00
Lei Zhang 124f2aa27e sane.ds: Fix a memory leak. 2007-11-09 13:04:14 +01:00
Lei Zhang 84e8ea2fdc sane.ds: Check return value from sane_get_option_descriptor(). 2007-11-09 13:03:47 +01:00
Lei Zhang 05907c3e29 sane.ds: Check return value from sane_control_option(). 2007-11-09 13:03:38 +01:00
Lei Zhang e984d7ba40 sane.ds: Get number of options only once. 2007-11-09 13:03:32 +01:00
Daniel Nylander df77ad41e1 sane.ds: Add Swedish translation. 2007-10-16 12:38:51 +02:00
Michael Stefaniuc 02933a11de dlls: Remove unreachable break after return/break. Found by Smatch. 2007-07-19 11:57:49 +02:00
Alexandre Julliard 418e74b5d9 configure: Merge the libsane existence check with the soname check. 2007-07-02 19:42:13 +02:00
Alexandre Julliard 5a95cfbd9c configure: Export the shared library extension instead of hardcoding .so. 2007-07-02 14:35:05 +02:00
Jeremy White 16f33d8b43 sane.ds: Dynamically load libsane.so.
This change was triggered because of a bug in libsane-hpaio.so, namely
that it relies on libsane.so being dlopen'd RTLD_GLOBAL so that
sanei_init_debug can be resolved.
2007-03-14 22:45:08 +01:00
Andrew Talbot 3c43ca5df3 sane.ds: Declare a function static. 2007-02-05 12:25:25 +01:00
Andrew Talbot ea93e5fb24 sane.ds: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
With grateful acknowledgement to Marcus Meissner.
2006-12-29 12:49:41 +01:00
Mikołaj Zalewski 58bd35c8c5 resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 17:45:51 +02:00
Mikołaj Zalewski e32aa55703 resources: Change German sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 11:45:12 +02:00
Byeong-Sik Jeon e1fd734c97 Korean: Use SUBLANG_NEUTRAL in Korean resources. 2006-10-20 13:49:39 +02:00
Jonathan Ernst a34e04eaf4 Use SUBLANG_NEUTRAL in French resources. 2006-10-19 13:35:05 +02:00
Alexandre Julliard c67f5de5a7 sane.ds: Get rid of the prototypes of some removed functions. 2006-10-12 21:26:46 +02:00
Michael Stefaniuc 41dd56cb7f "One liners" printf format warning fixes for the migration of DWORD/LONG/ULONG from long to int. 2006-09-29 16:09:24 +02:00
Mikołaj Zalewski 1be963e658 sane.ds: Use SS_CENTER to center a dialog string. 2006-09-29 14:41:41 +02:00
Mikołaj Zalewski 5543877f81 sane.ds: Add Polish translation. 2006-09-29 14:41:27 +02:00
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Stefan Huehner 998e256c82 Fix some -Wstrict-prototype warnings () -> (void). 2006-08-21 12:06:26 +02:00
Alexandre Julliard 77dc0d9be5 .gitignore: Added wildcards to ignore generated resource files. 2006-07-10 21:39:00 +02:00
Alexandre Julliard cc2b3b48e6 Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Marcus Meissner 312fa564db sane.ds: Replace FIXME() by TRACE() on sane_exit. 2006-06-03 11:43:08 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Hans Leidekker 6aac40364b sane.ds: Added Dutch resources. 2006-05-09 11:54:45 +02:00
Marcus Meissner 125efed86a twain_32: Split out the sane specific parts from twain_32 code.
Autoprobing via DG_CONTROL/DAT_IDENTITY/MSG_GET.
2006-05-08 22:07:05 +02:00