From 3ee4b334e7b2456da5daf41a3bc2b95845765711 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 18 May 2009 21:32:36 +0000 Subject: [PATCH] manual -> manual-vertical. --- cmd-select-layout.c | 4 ++-- 1 file 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 @@ -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");