9 May
2006
9 May
'06
2:14 p.m.
Melchior Moos wrote:
+LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT + +IDD_CAMERAUI DIALOG DISCARDABLE 0, 0, 372, 273 +STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUP | WS_VISIBLE | + WS_CAPTION | WS_SYSMENU +CAPTION "Dateien auf der Kamera" +MENU 20545 +FONT 8, "MS Sans Serif" +BEGIN + CONTROL "List1",IDC_LIST1,"SysListView32", LVS_ICON | WS_BORDER | +WS_TABSTOP,7,7,358,229 + DEFPUSHBUTTON "AusgewÀhlte Importieren",IDC_IMPORT,225,252,56,14 + PUSHBUTTON "Alle Improtieren",IDC_IMPORTALL,7,252,52,14
Just corrected the last line which should read "Alle Importieren". Cheers, Cihan