Changeset 84b3b12b3b04a939abac1e8c0221bfafe928cb09

Show
Ignore:
Timestamp:
04/12/03 15:17:48 (5 years ago)
Author:
Cyril Deguet <asmax@videolan.org>
git-committer:
Cyril Deguet <asmax@videolan.org> 1050153468 +0000
git-parent:

[9f6362609025b1895c2a3172a12bd5439cd2645c]

git-author:
Cyril Deguet <asmax@videolan.org> 1050153468 +0000
Message:

* renamed "kernel" into "vlc" ;)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • menuconfig

    rc31926a r84b3b12  
    189189# 
    190190# Create a tristate radiolist function which is dependent on 
    191 # another kernel configuration option. 
     191# another vlc configuration option. 
    192192# 
    193193# Quote from the original configure script: 
     
    822822            cat <<EOM 
    823823 
    824 Menuconfig has encountered a possible error in one of the kernel's 
     824Menuconfig has encountered a possible error in one of the vlc's 
    825825configuration files and is unable to continue.  Here is the error 
    826826report: 
     
    830830            cat <<EOM 
    831831 
    832 Please report this to the maintainer <mec@shout.net>.  You may also 
    833 send a problem report to <linux-kernel@vger.kernel.org>. 
    834  
    835 Please indicate the kernel version you are trying to configure and 
     832Please report this to the maintainer <asmax@videolan.org>. 
     833 
     834Please indicate the vlc version you are trying to configure and 
    836835which menu you were trying to enter when this error occurred. 
    837836 
     
    893892 
    894893If you have verified that your ncurses install is correct, you may email 
    895 the maintainer <mec@shout.net> or post a message to 
    896 <linux-kernel@vger.kernel.org> for additional assistance.  
     894the maintainer <asmax@videolan.org>. 
    897895 
    898896EOM 
     
    949947            cat <<EOM >help.out 
    950948 
    951 For various reasons, one may wish to keep several different kernel 
     949For various reasons, one may wish to keep several different vlc 
    952950configurations available on a single machine.   
    953951 
    954952If you have saved a previous configuration in a file other than the 
    955 kernel's default, entering the name of the file here will allow you 
     953vlc's default, entering the name of the file here will allow you 
    956954to modify that configuration. 
    957955 
     
    10131011            cat <<EOM >help.out 
    10141012 
    1015 For various reasons, one may wish to keep different kernel 
     1013For various reasons, one may wish to keep different vlc 
    10161014configurations available on a single machine.   
    10171015 
     
    10521050save_configuration () { 
    10531051        echo 
    1054     echo -n "Saving your kernel configuration." 
     1052    echo -n "Saving your vlc configuration." 
    10551053 
    10561054    # 
     
    14101408# 
    14111409if $DIALOG --backtitle "$backtitle" \ 
    1412        --yesno "Do you wish to save your new kernel configuration?" 5 60 
     1410       --yesno "Do you wish to save your new vlc configuration?" 5 60 
    14131411then 
    14141412    save_configuration 
     
    14201418    echo 
    14211419        echo  
    1422     echo Your kernel configuration changes were NOT saved. 
     1420    echo Your vlc configuration changes were NOT saved. 
    14231421    echo 
    14241422fi