Skip to content

Commit

Permalink
Updating some bad links
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcdorman committed Nov 22, 2011
1 parent 895ee4a commit f76aaf7
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
2 changes: 1 addition & 1 deletion src/KissArchive.cpp
Expand Up @@ -131,7 +131,7 @@ KissReturn KissArchive::install(QIODevice* in)
unsigned version = 0;
in->read((char*)&version, sizeof(unsigned));
if(kissVersion != version) {
return KissReturn(true, QObject::tr("Version mismatch. Expected: ") + kissVersion + QOBject::tr(", got ") + version;
return KissReturn(true, QObject::tr("Version mismatch. Expected: ") + kissVersion + QObject::tr(", got ") + version);
}

// Reads archive name and internal version
Expand Down

0 comments on commit f76aaf7

Please sign in to comment.