[4/4] kernel32: Add localized version resource.

Alexandre Julliard julliard at winehq.org
Wed Mar 15 03:49:30 CDT 2017


Akihiro Sagawa <sagawa.aki at gmail.com> writes:

> diff --git a/dlls/kernel32/version.rc b/dlls/kernel32/version.rc
> index 411bd6e..dbaee67 100644
> --- a/dlls/kernel32/version.rc
> +++ b/dlls/kernel32/version.rc
> @@ -16,6 +16,13 @@
>   * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
>   */
>  
> +#include "winresrc.h"
> +
> +#pragma makedep po
> +
> +LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
> +
> +#define WINE_FILEDESCRIPTION_STR "#msgctxt#kernel32#Wine Core DLL"
>  #define WINE_FILENAME_STR "kernel32.dll"

Is there a reason that this needs to be kernel32 specific? Why couldn't
other dlls use the translation too?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list