summaryrefslogtreecommitdiffstats
path: root/src/tlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tlog.c')
-rw-r--r--src/tlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tlog.c b/src/tlog.c
index 90a4e4a4..3f45ac82 100644
--- a/src/tlog.c
+++ b/src/tlog.c
@@ -75,7 +75,7 @@ int ask_testdisk_log_creation()
while(1)
{
int command;
- command = wmenuSelect_ext(stdscr, 24, 17, 0, menuLogCreation, 8,
+ command = wmenuSelect_ext(stdscr, 23, 17, 0, menuLogCreation, 8,
"CAQ", MENU_VERT | MENU_VERT_WARN | MENU_BUTTON, &menu,NULL);
switch(command)
{