Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5625 → Rev 5626

/programs/cmm/panels_cfg/panels_cfg.c
34,8 → 34,6
?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 "
54,8 → 52,6
?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
 
 
97,8 → 93,8
dword id, key;
 
mem_Init();
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);
load_dll(boxlib, #box_lib_init,0);
load_dll(boxlib, #box_lib_init,0);
 
LoadCfg();