view etc/images/ezimage/doc-plus.xpm @ 112033:a80c1e8d9df4

Encode frame title and icon name before setting. * coding.h (ENCODE_UTF_8): Remove "Used by ..." comment. * nsfns.m (ns_set_name_iconic): Remove. (ns_set_name_internal): New function. (Vicon_title_format): Extern declare. (ns_set_name): Call ns_set_name_internal. (x_explicitly_set_name): Remove call to ns_set_name_iconic. (x_implicitly_set_name): Ditto. (x_set_title): Remove commet about EXPLICIT. Call ns_set_name_internal. (ns_set_name_as_filename): Encode name with ENCODE_UTF_8 (Bug#7517).
author Jan D. <jan.h.d@swipnet.se>
date Thu, 30 Dec 2010 12:30:55 +0100
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * sb_doc_plus_xpm[] = {
"15 15 5 1",
" 	c None",
".	c #828282",
"+	c #000000",
"@	c #5A818B",
"#	c #FFFFFF",
"      .......  ",
"     .+++++++. ",
"    .+@@@@@@+. ",
"   .+@@#@@@+#. ",
"   .+@@#@@@+#+.",
"  .+@#####+##+.",
" .+@@@@#@@+#+. ",
" .+@@@@#@+##+. ",
".++++@@@@+#+.  ",
".+###++++##+.  ",
".+########+.   ",
".++#######+.   ",
" ..++++##+.    ",
"   ....+++.    ",
"       ...     "};