Don't use size_t for plural forms parameter.
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 5 May 2010 12:27:07 +0000 (12:27 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 5 May 2010 12:27:07 +0000 (12:27 +0000)
commitdfbb5eff442e9bcabd494f0340553fbf49739b25
tree8dab13122cd970b7f269e7b86df5e26f6c3db71c
parentfc48f78fd0af945f1259ff3edc94259025500deb
Don't use size_t for plural forms parameter.

size_t should be used for size of objects, which wxGetTranslation() and
wxTranslations::GetString() 'n' argument isn't -- it's just a regular
integer.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/intl.h
include/wx/translation.h
interface/wx/intl.h
interface/wx/translation.h
src/common/translation.cpp