comparison help/help_mp-zh_CN.h @ 28825:f872face2b3a

The large -help help_text should be const so it goes into .rodata
author reimar
date Fri, 06 Mar 2009 20:11:23 +0000
parents 1533c346f255
children 8ee2eb34a851
comparison
equal deleted inserted replaced
28824:f92673eb6683 28825:f872face2b3a
15 15
16 16
17 // ========================= MPlayer help =========================== 17 // ========================= MPlayer help ===========================
18 18
19 #ifdef HELP_MP_DEFINE_STATIC 19 #ifdef HELP_MP_DEFINE_STATIC
20 static char help_text[]= 20 static const char help_text[]=
21 "用法: mplayer [选项] [URL|路径/]文件名\n" 21 "用法: mplayer [选项] [URL|路径/]文件名\n"
22 "\n" 22 "\n"
23 "基本选项: (完整列表参见手册页)\n" 23 "基本选项: (完整列表参见手册页)\n"
24 " -vo <drv> 选择视频输出驱动程序(查看驱动程序列表用“-vo help”)\n" 24 " -vo <drv> 选择视频输出驱动程序(查看驱动程序列表用“-vo help”)\n"
25 " -ao <drv> 选择音频输出驱动程序(查看驱动程序列表用“-ao help”)\n" 25 " -ao <drv> 选择音频输出驱动程序(查看驱动程序列表用“-ao help”)\n"