branch | trunk |
changeset 23 | 3b14b8aacaa0 |
parent 22 | 93aaf15c145a |
child 24 | 0598c933ccae |
1.1 --- a/mplayer.c Tue Feb 03 20:33:04 2009 +0800 1.2 +++ b/mplayer.c Wed Feb 04 12:30:14 2009 +0800 1.3 @@ -471,7 +471,7 @@ 1.4 { 1.5 static char blue[12]; 1.6 snprintf(blue,sizeof(blue),MPlayerAid>=0 ? "AID:%d" : "AID:def",MPlayerAid); 1.7 - SetHelp(trVDR(BUTTON"Play"), MPlayerSetup.ResumeMode ? trVDR(BUTTON"Rewind"):0, tr("Source"), blue); 1.8 + SetHelp(trVDR("Button$Play"), MPlayerSetup.ResumeMode ? trVDR("Button$Rewind"):0, tr("Source"), blue); 1.9 Display(); 1.10 } 1.11