blob: 941f99596059d7121b776f54232d20d4e7b9e9d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/Cxx.cc.orig 2018-08-26 06:39:26 UTC
+++ src/Cxx.cc
@@ -894,7 +894,7 @@ void Cxx::WriteCreation(SystemFile &f,File_type tp)
if (!Configuration.author_email.empty())
f << " by " << Configuration.author_email;
f << '\n';
- f << comment << " using "GLADEMM_NAME"\n";
+ f << comment << " using " GLADEMM_NAME "\n";
}
|