mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
gdbus-codegen: Use the right program name in introductory comment
Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
parent
9e9535b45c
commit
c76a1f9905
@ -51,7 +51,7 @@ class CodeGenerator:
|
||||
|
||||
def generate_intro(self):
|
||||
self.c.write('/*\n'
|
||||
' * Generated by gdbus-codegen.py %s. DO NOT EDIT.\n'
|
||||
' * Generated by gdbus-codegen %s. DO NOT EDIT.\n'
|
||||
' */\n'
|
||||
'\n'
|
||||
%(config.VERSION))
|
||||
|
Loading…
Reference in New Issue
Block a user