[MPlayer-cvslog] r27445 - trunk/mplayer.c
diego
subversion at mplayerhq.hu
Sat Aug 9 17:45:01 CEST 2008
Author: diego
Date: Sat Aug 9 17:45:00 2008
New Revision: 27445
Log:
Use translatable string instead of hardcoded message for process priority.
Modified:
trunk/mplayer.c
Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c (original)
+++ trunk/mplayer.c Sat Aug 9 17:45:00 2008
@@ -2640,7 +2640,7 @@ int gui_no_filename=0;
if(strcasecmp(priority_presets_defs[i].name, proc_priority) == 0)
break;
}
- mp_msg(MSGT_CPLAYER,MSGL_STATUS,"Setting process priority: %s\n",
+ mp_msg(MSGT_CPLAYER,MSGL_STATUS,MSGTR_SettingProcessPriority,
priority_presets_defs[i].name);
SetPriorityClass(GetCurrentProcess(), priority_presets_defs[i].prio);
}
More information about the MPlayer-cvslog
mailing list