Fixed: Typos

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent 791821d6d6
commit 61bb58bea3

@ -209,7 +209,7 @@ class RPO : public PatchObject
void GetClassName(TSTR& s) {s.FromUTF8("Rykol Patch Object");} void GetClassName(TSTR& s) {s.FromUTF8("Rykol Patch Object");}
RefTargetHandle Clone ( RemapDir &remap ); RefTargetHandle Clone ( RemapDir &remap );
RefResult NotifyRefChanged (Interval changeInt, RefTargetHandle hTarget, PartID& partID, RefMessage message); RefResult NotifyRefChanged (const Interval& changeInt, RefTargetHandle hTarget, PartID& partID, RefMessage message, BOOL propagate);
int NumSubs() int NumSubs()
{ {

@ -120,7 +120,7 @@ int main(int argc, char *argv[])
// define commandline arguments // define commandline arguments
QCommandLineParser parser; QCommandLineParser parser;
parser.setApplicationDescription(QApplication::tr("Instalation and launcher tool for Ryzom")); parser.setApplicationDescription(QApplication::tr("Installation and launcher tool for Ryzom"));
parser.addHelpOption(); parser.addHelpOption();
QCommandLineOption uninstallOption(QStringList() << "u" << "uninstall", QApplication::tr("Uninstall")); QCommandLineOption uninstallOption(QStringList() << "u" << "uninstall", QApplication::tr("Uninstall"));

Loading…
Cancel
Save