Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5626 → Rev 5622

/programs/cmm/panels_cfg/panels_cfg.c
34,6 → 34,8
?define FSIZE "¥¦¨¬ ¯ ­¥«¨"
?define ASHOW "¥ áªà뢠âì"
?define CHANGE_POS " ¦¬¨â¥ ­  ¨§®¡à ¦¥­¨¥ ¤«ï ᬥ­ë ¯®§¨æ¨¨"
?define BOX_LIB_LOAD_ERR "Žè¨¡ª  ¯à¨ § £à㧪¥ ¡¨¡«¨®â¥ª¨ /rd/1/lib/box_lib.obj"
?define LIBINI_LOAD_ERR "Žè¨¡ª  ¯à¨ § £à㧪¥ ¡¨¡«¨®â¥ª¨ /rd/1/lib/libini.obj"
#else
?define WINDOW_TITLE "Taskbar and Docky configuration"
?define TASK_FRAME_T " Taskbar "
52,6 → 54,8
?define FSIZE "Full width"
?define ASHOW "Always show"
?define CHANGE_POS "Click on image to change position"
?define BOX_LIB_LOAD_ERR "Error while loading library /rd/1/lib/box_lib.obj"
?define LIBINI_LOAD_ERR "Error while loading library /rd/1/lib/libini.obj"
#endif
 
 
93,8 → 97,8
dword id, key;
 
mem_Init();
load_dll(boxlib, #box_lib_init,0);
load_dll(boxlib, #box_lib_init,0);
if (load_dll2(libini, #lib_init,1)!=0) notify(LIBINI_LOAD_ERR);
if (load_dll2(boxlib, #box_lib_init,0)!=0) notify(BOX_LIB_LOAD_ERR);
 
LoadCfg();