diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-18 21:32:36 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-18 21:32:36 +0000 |
commit | 3ee4b334e7b2456da5daf41a3bc2b95845765711 (patch) | |
tree | 23d2f497cbc0d5f606de1bf354cfa82f06ea28f6 /cmd-select-layout.c | |
parent | 404411f5e7f608479a1ffd2faed2dc8f8a87c51d (diff) | |
download | rtmux-3ee4b334e7b2456da5daf41a3bc2b95845765711.tar.gz rtmux-3ee4b334e7b2456da5daf41a3bc2b95845765711.tar.bz2 rtmux-3ee4b334e7b2456da5daf41a3bc2b95845765711.zip |
manual -> manual-vertical.
Diffstat (limited to 'cmd-select-layout.c')
-rw-r--r-- | cmd-select-layout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-select-layout.c b/cmd-select-layout.c index 852848a6..40709370 100644 --- a/cmd-select-layout.c +++ b/cmd-select-layout.c @@ -1,4 +1,4 @@ -/* $Id: cmd-select-layout.c,v 1.1 2009-05-16 11:48:47 nicm Exp $ */ +/* $Id: cmd-select-layout.c,v 1.2 2009-05-18 21:32:36 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -50,7 +50,7 @@ cmd_select_layout_init(struct cmd *self, int key) switch (key) { case KEYC_ADDESC('0'): - data->arg = xstrdup("manual"); + data->arg = xstrdup("manual-vertical"); break; case KEYC_ADDESC('1'): data->arg = xstrdup("even-horizontal"); |