diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 08:26:18 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 08:26:18 +0200 |
commit | 445e8c006e1e09512afbf877eb0104c8e53eb152 (patch) | |
tree | 7dfb699e94fe024f7a612e30b8ff5f719f4bcc23 /src | |
parent | 1665443062997efdca5c2c8b75e3aa4059e85b69 (diff) |
Learn some grammar
Diffstat (limited to 'src')
-rw-r--r-- | src/common/cfgfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index 6c07149b..85efdc58 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -499,8 +499,8 @@ const struct prefs vars[] = { {"gui_win_left", P_OFFINT (mainwindow_left), TYPE_INT}, {"gui_win_modes", P_OFFINT (gui_win_modes), TYPE_BOOL}, {"gui_win_save", P_OFFINT (mainwindow_save), TYPE_BOOL}, - {"gui_win_swap", P_OFFINT (gui_win_swap), TYPE_BOOL}, {"gui_win_state", P_OFFINT (gui_win_state), TYPE_INT}, + {"gui_win_swap", P_OFFINT (gui_win_swap), TYPE_BOOL}, {"gui_win_top", P_OFFINT (mainwindow_top), TYPE_INT}, {"gui_win_ucount", P_OFFINT (gui_win_ucount), TYPE_BOOL}, {"gui_win_width", P_OFFINT (mainwindow_width), TYPE_INT}, |