add info about autocenter in help screen

This commit is contained in:
unknown
2008-08-19 23:52:11 +02:00
parent e5277ec810
commit 697447871c

View File

@@ -254,7 +254,8 @@ int main(int argc, char *argv[])
sHelp->Add("\tm : Move song up\n");
sHelp->Add("\tn : Move song down\n");
sHelp->Add("\tS : Save playlist\n");
sHelp->Add("\to : Go to currently playing position\n\n\n");
sHelp->Add("\to : Go to currently playing position\n");
sHelp->Add("\tU : Toggle auto center mode\n\n\n");
sHelp->Add(" [b]Keys - Browse screen\n -----------------------------------------[/b]\n");
sHelp->Add("\tEnter : Enter directory/Add item to playlist and play\n");