Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 628 → Rev 629

/programs/develop/tinypad/trunk/data/tp-tables.inc
101,6 → 101,7
 
accel_table2 dd \
1 ,key.alt_x ,\
2 ,key.ctrl_f4 ,\
'VSL',btn.vscroll_up ,\
'VSG',btn.vscroll_down ,\
'HSL',btn.hscroll_up ,\
117,6 → 118,7
20002,btn.bot.opensave ,\
20003,btn.bot.find ,\
20004,btn.bot.appearance,\
20007,btn.bot.no ,\
21001,btn.bot.tabpos ,\
0
 
/programs/develop/tinypad/trunk/data/tp-udata.inc
52,6 → 52,7
in_sel db ?
 
do_not_draw db ? ; draw top and bottom buttons?
main_closing db ? ; main window closing?
main_closed db ? ; main window closed?
tb_casesen db ? ; focused textbox is case-sensitive?
 
95,11 → 96,13
just_from_popup db ?
 
bot_mode db ?
bot_mode2 db ?
 
align 4
 
bot_dlg_height dd ?
bot_dlg_mode2 db ?
exit_tab_item dd ?
exit_tab_num dd ?
 
temp_buf dd ?
copy_buf dd ?