avifil32: Convert the German resources to UTF-8.
This commit is contained in:
parent
b291179282
commit
a3086ace25
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002 Michael Günnewig
|
* Copyright 2002 Michael Günnewig
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -18,6 +18,8 @@
|
||||||
|
|
||||||
#include "avifile_private.h"
|
#include "avifile_private.h"
|
||||||
|
|
||||||
|
#pragma code_page(65001)
|
||||||
|
|
||||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
IDD_SAVEOPTIONS DIALOG FIXED IMPURE 43, 37, 226, 82
|
IDD_SAVEOPTIONS DIALOG FIXED IMPURE 43, 37, 226, 82
|
||||||
|
@ -25,7 +27,7 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||||
CAPTION "Komprimierungsoptionen"
|
CAPTION "Komprimierungsoptionen"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "&Wählen Sie die Eingangsdaten aus:",-1,2,5,154,10
|
LTEXT "&Wählen Sie die Eingangsdaten aus:",-1,2,5,154,10
|
||||||
COMBOBOX IDC_STREAM,2,18,154,61,CBS_DROPDOWNLIST | WS_VSCROLL |
|
COMBOBOX IDC_STREAM,2,18,154,61,CBS_DROPDOWNLIST | WS_VSCROLL |
|
||||||
WS_TABSTOP
|
WS_TABSTOP
|
||||||
PUSHBUTTON "&Optionen...",IDC_OPTIONS,170,17,50,14
|
PUSHBUTTON "&Optionen...",IDC_OPTIONS,170,17,50,14
|
||||||
|
|
Loading…
Reference in New Issue