X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fextension%2Fdependency.cpp;h=4396017fac4b0fe199ce1c95c605bb2d34a7ac60;hb=0db00141789c665df05ebebe0cf5afa8cb5df60e;hp=109d5ed1211ab76d36d225666df8bc01f4276199;hpb=7cc346bf8dd955fd98e2c6b92225bb28487f15ca;p=inkscape.git diff --git a/src/extension/dependency.cpp b/src/extension/dependency.cpp index 109d5ed12..4396017fa 100644 --- a/src/extension/dependency.cpp +++ b/src/extension/dependency.cpp @@ -1,8 +1,9 @@ /* - * Authors: + * Author: * Ted Gould * - * Copyright (C) 2004 Authors + * Copyright (C) 2006 Johan Engelen, johan@shouraizou.nl + * Copyright (C) 2004 Author * * Released under GNU GPL, read the file 'COPYING' for more information */ @@ -245,7 +246,7 @@ Dependency::check (void) const std::ostream & operator<< (std::ostream &out_file, const Dependency & in_dep) { - out_file << _("Dependency::") << '\n'; + out_file << _("Dependency:") << '\n'; out_file << _(" type: ") << _(in_dep._type_str[in_dep._type]) << '\n'; out_file << _(" location: ") << _(in_dep._location_str[in_dep._location]) << '\n'; out_file << _(" string: ") << in_dep._string << '\n';