equal
deleted
inserted
replaced
305 CAPTION_AND_ICON_INFO |
305 CAPTION_AND_ICON_INFO |
306 { |
306 { |
307 caption = qtn_set_folder_conn_service_configurator; |
307 caption = qtn_set_folder_conn_service_configurator; |
308 #ifdef __SCALABLE_ICONS |
308 #ifdef __SCALABLE_ICONS |
309 number_of_icons = 1; |
309 number_of_icons = 1; |
310 icon_file = "//resource//apps//csc_aif.mif"; |
310 icon_file = "\\resource\\apps\\csc_aif.mif"; |
311 #else |
311 #else |
312 number_of_icons = 2; |
312 number_of_icons = 2; |
313 icon_file = "//resource//apps//csc_aif.mbm"; |
313 icon_file = "\\resource\\apps\\csc_aif.mbm"; |
314 #endif // __SCALABLE_ICONS |
314 #endif // __SCALABLE_ICONS |
315 }; |
315 }; |
316 } |
316 } |
317 |
317 |