mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 13:01:42 +00:00
Fixed: Typos
This commit is contained in:
parent
079e7bdc6b
commit
d5e75314f8
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue