View | Details | Raw Unified | Return to bug 230905
Collapse All | Expand All

(-)files/patch-src_Cxx.cc (+11 lines)
Line 0 Link Here
1
--- src/Cxx.cc.orig	2018-08-26 06:39:26 UTC
2
+++ src/Cxx.cc
3
@@ -894,7 +894,7 @@ void Cxx::WriteCreation(SystemFile &f,File_type tp)
4
    if (!Configuration.author_email.empty())
5
       f << " by " << Configuration.author_email;
6
    f << '\n';
7
-   f << comment << " using "GLADEMM_NAME"\n";
8
+   f << comment << " using " GLADEMM_NAME "\n";
9
 }
10
 
11
 
(-)files/patch-src_glade--.cc (+20 lines)
Line 0 Link Here
1
--- src/glade--.cc.orig	2018-08-26 06:40:08 UTC
2
+++ src/glade--.cc
3
@@ -393,7 +393,7 @@ int main(int argc,char **argv)
4
       	 break;
5
       case 'h': Configuration.header_suffix=optarg;
6
          break;
7
-      case 'V': std::cout<< "glademm V"VERSION" (glade to Gtk-- converter)\n";
8
+      case 'V': std::cout<< "glademm V" VERSION " (glade to Gtk-- converter)\n";
9
          return 0;
10
          break;
11
       case 'v': Configuration.verbose++; break;
12
@@ -487,7 +487,7 @@ int main(int argc,char **argv)
13
 		 "\t--baseclass\tderive from base class (for class parameters)\n"
14
          	 "\t--libglade\tgenerate code skeleton for a libglade-- application.\n"
15
          	 "\t--libglade-option\tgenerate infrastructure for libglade without using it.\n"
16
-         	 "\t--version\tprints 'glademm V"VERSION"'\n";
17
+         	 "\t--version\tprints 'glademm V" VERSION "'\n";
18
          return 1;
19
    }
20
    if (argc-optind!=1) goto usage;

Return to bug 230905