Module: wine Branch: refs/heads/master Commit: 7ce1bb89b92469b3f469ff6d639aff33e6e66a29 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=7ce1bb89b92469b3f469ff6d...
Author: Mikołaj Zalewski mikolaj@zalewski.pl Date: Wed Jul 12 19:16:10 2006 +0200
comctl32: Use wsprintf instead of strcat building the properties dialog title to allow different word orders.
---
dlls/comctl32/comctl_Bg.rc | 2 +- dlls/comctl32/comctl_Cn.rc | 2 +- dlls/comctl32/comctl_Cs.rc | 2 +- dlls/comctl32/comctl_De.rc | 2 +- dlls/comctl32/comctl_En.rc | 2 +- dlls/comctl32/comctl_Eo.rc | 2 +- dlls/comctl32/comctl_Es.rc | 2 +- dlls/comctl32/comctl_Fr.rc | 2 +- dlls/comctl32/comctl_Hu.rc | 2 +- dlls/comctl32/comctl_It.rc | 2 +- dlls/comctl32/comctl_Ja.rc | 2 +- dlls/comctl32/comctl_Ko.rc | 2 +- dlls/comctl32/comctl_Nl.rc | 2 +- dlls/comctl32/comctl_No.rc | 2 +- dlls/comctl32/comctl_Pl.rc | 2 +- dlls/comctl32/comctl_Pt.rc | 2 +- dlls/comctl32/comctl_Ru.rc | 2 +- dlls/comctl32/comctl_Si.rc | 2 +- dlls/comctl32/comctl_Sv.rc | 2 +- dlls/comctl32/comctl_Th.rc | 2 +- dlls/comctl32/comctl_Tr.rc | 2 +- dlls/comctl32/comctl_Uk.rc | 2 +- dlls/comctl32/propsheet.c | 3 +-- 23 files changed, 23 insertions(+), 24 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=7ce1bb89b92469b3f469...