diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-05-31 00:40:13 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-05-31 00:40:13 +0200 |
commit | 5e4a60debe1c3643bcc455778e2ef7f6238c71c2 (patch) | |
tree | 84a4f2e484f35699ad83fe7be2a4577907c53dc7 /src/common/xchat.h | |
parent | 36eb489794fba5b456c895b0324eaca6f4b62ff9 (diff) |
support for own license text
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r-- | src/common/xchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/xchat.h b/src/common/xchat.h index 2f695599..718e0e91 100644 --- a/src/common/xchat.h +++ b/src/common/xchat.h @@ -121,6 +121,7 @@ struct xchatprefs char partreason[256]; char font_normal[FONTNAMELEN + 1]; char doubleclickuser[256]; + char gui_license[64]; char sounddir[PATHLEN + 1]; char soundcmd[PATHLEN + 1]; char background[PATHLEN + 1]; |