comparison help/help_mp-pl.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 5e0b35277554
children 8ee2eb34a851
comparison
equal deleted inserted replaced
28824:f92673eb6683 28825:f872face2b3a
4 // Synced with help_mp-en.h r20586 4 // Synced with help_mp-en.h r20586
5 5
6 // ========================= MPlayer help =========================== 6 // ========================= MPlayer help ===========================
7 7
8 #ifdef HELP_MP_DEFINE_STATIC 8 #ifdef HELP_MP_DEFINE_STATIC
9 static char help_text[]= 9 static const char help_text[]=
10 "Użycie: mplayer [opcje] [url|ścieżka/]plik\n" 10 "Użycie: mplayer [opcje] [url|ścieżka/]plik\n"
11 "\n" 11 "\n"
12 "Podstawowe opcje: (pełna lista dostępna na stronie man)\n" 12 "Podstawowe opcje: (pełna lista dostępna na stronie man)\n"
13 " -vo <drv> podaj wyjściowy sterownik video (lista: '-vo help')\n" 13 " -vo <drv> podaj wyjściowy sterownik video (lista: '-vo help')\n"
14 " -ao <drv> podaj wyjściowy sterownik audio (lista: '-ao help')\n" 14 " -ao <drv> podaj wyjściowy sterownik audio (lista: '-ao help')\n"