forked from KolibriOS/kolibrios
Calypte: small fix
git-svn-id: svn://kolibrios.org@5614 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
eccb25706d
commit
ece68ef1f3
@ -1,3 +1,7 @@
|
|||||||
|
#ifndef AUTOBUILD
|
||||||
|
#include "lang.h--"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define MEMSIZE 0x100000
|
#define MEMSIZE 0x100000
|
||||||
#include "..\lib\kolibri.h"
|
#include "..\lib\kolibri.h"
|
||||||
#include "..\lib\strings.h"
|
#include "..\lib\strings.h"
|
||||||
@ -9,8 +13,6 @@
|
|||||||
#include "..\lib\obj\proc_lib.h"
|
#include "..\lib\obj\proc_lib.h"
|
||||||
#include "..\lib\obj\libio_lib.h"
|
#include "..\lib\obj\libio_lib.h"
|
||||||
|
|
||||||
#include "lang.h--"
|
|
||||||
|
|
||||||
#ifdef LANG_RUS
|
#ifdef LANG_RUS
|
||||||
?define T_FILE "” ©«"
|
?define T_FILE "” ©«"
|
||||||
?define T_TYPE "’¨¯"
|
?define T_TYPE "’¨¯"
|
||||||
@ -59,7 +61,7 @@ struct menu_text_struct
|
|||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define TITLE "Calypte v0.1"
|
#define TITLE "Calypte v0.11"
|
||||||
|
|
||||||
#define TOPPANELH 19
|
#define TOPPANELH 19
|
||||||
#define BOTPANELH 10
|
#define BOTPANELH 10
|
||||||
@ -88,7 +90,7 @@ struct filter
|
|||||||
filter filter2;
|
filter filter2;
|
||||||
menu_text_struct menu_text_area1;
|
menu_text_struct menu_text_area1;
|
||||||
|
|
||||||
char win_title[4096] = "Calypte v0.1";
|
char win_title[4096] = "Calypte v0.11";
|
||||||
|
|
||||||
int
|
int
|
||||||
cur_row=0,
|
cur_row=0,
|
||||||
@ -139,6 +141,7 @@ void main()
|
|||||||
if (load_dll2(libio, #libio_init,1)!=0) notify(ERROR_LOAD_LIBIO);
|
if (load_dll2(libio, #libio_init,1)!=0) notify(ERROR_LOAD_LIBIO);
|
||||||
if (load_dll2(Proc_lib, #OpenDialog_init,0)!=0) notify(ERROR_LOAD_PROC_LIB);
|
if (load_dll2(Proc_lib, #OpenDialog_init,0)!=0) notify(ERROR_LOAD_PROC_LIB);
|
||||||
OpenDialog_init stdcall (#o_dialog);
|
OpenDialog_init stdcall (#o_dialog);
|
||||||
|
|
||||||
SetEventMask(0x27);
|
SetEventMask(0x27);
|
||||||
loop()
|
loop()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user