comparison src/w32menu.c @ 109160:f8660b83cdbf

Fix whitespace to follow coding guidelines.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 07 Jul 2010 11:45:28 +0200
parents e27859da5624
children 750db9f3e6d8
comparison
equal deleted inserted replaced
109159:3e9fdeb960d1 109160:f8660b83cdbf
1116 wv->help = Qnil; 1116 wv->help = Qnil;
1117 1117
1118 /* Frame title: 'Q' = Question, 'I' = Information. 1118 /* Frame title: 'Q' = Question, 'I' = Information.
1119 Can also have 'E' = Error if, one day, we want 1119 Can also have 'E' = Error if, one day, we want
1120 a popup for errors. */ 1120 a popup for errors. */
1121 if (NILP(header)) 1121 if (NILP (header))
1122 dialog_name[0] = 'Q'; 1122 dialog_name[0] = 'Q';
1123 else 1123 else
1124 dialog_name[0] = 'I'; 1124 dialog_name[0] = 'I';
1125 1125
1126 /* Dialog boxes use a really stupid name encoding 1126 /* Dialog boxes use a really stupid name encoding