diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-25 09:59:39 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-25 09:59:39 +0100 |
commit | fb1a986332a7ff6db6f2a70df447c5d484af7cdc (patch) | |
tree | 757626c00736c07d99b8242171e2350195b4a9fd /src/common/xchat.h | |
parent | b15fe1ddf13de866d1ad8068db1d4632b5bbe094 (diff) |
option to allow only one instance xchat to run
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 6856d949..08177e20 100644 --- a/src/common/xchat.h +++ b/src/common/xchat.h @@ -186,6 +186,7 @@ struct xchatprefs int gui_usermenu; int gui_join_dialog; int gui_quit_dialog; + int gui_one_instance; int dialog_left; int dialog_top; int dialog_width; |