Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Emulator/Platform/TPlatformManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ TPlatformManager::EvalNewtonScript(const char* inNewtonScriptCode)
}

// -------------------------------------------------------------------------- //
// * InstallPackage(const KUInt8* inPackageData, KUInt32 inPackageSIze)
// * InstallPackage(const KUInt8* inPackageData, KUInt32 inPackageSize)
// -------------------------------------------------------------------------- //
void
TPlatformManager::InstallPackage(const KUInt8* inPackageData, KUInt32 inPackageSize)
Expand Down
2 changes: 1 addition & 1 deletion app/FLTK/TFLAppUI.fl
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Function {CreateApplicationWindow(int x, int y)} {open
xywh {0 0 100 20}
} {
MenuItem {} {
label {Initial SIze}
label {Initial Size}
callback {gApp->UserActionOriginalScreenSize();}
xywh {0 0 100 20}
}
Expand Down