update error message when starting font editor with no arguments
This commit is contained in:
parent
c3cd4f1691
commit
a250894a12
@ -75,7 +75,7 @@ int main(int argc, char * argv[])
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
std::cerr << "path to font.cpp not supplied" << std::endl;
|
std::cerr << "path to font.bz2 not supplied" << std::endl;
|
||||||
Platform::Exit(1);
|
Platform::Exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user