changeset 33472:beeeb43440fd

Keep the old option '-guiwid' around as CONF_TYPE_PRINT to inform of the new name.
author ib
date Sun, 05 Jun 2011 12:14:30 +0000
parents 8ec097f561b6
children 74db5e584741
files cfg-mplayer.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-mplayer.h	Sun Jun 05 10:20:25 2011 +0000
+++ b/cfg-mplayer.h	Sun Jun 05 12:14:30 2011 +0000
@@ -307,6 +307,7 @@
     {"skin", &skinName, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
     {"enqueue", &enqueue, CONF_TYPE_FLAG, 0, 0, 1, NULL},
     {"noenqueue", &enqueue, CONF_TYPE_FLAG, 0, 1, 0, NULL},
+    {"guiwid", "-guiwid has been removed, use -gui-wid instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
     {"gui-wid", &guiWinID, CONF_TYPE_INT, 0, 0, 0, NULL},
     {"gui-include", cfg_gui_include, CONF_TYPE_FUNC_PARAM, CONF_NOSAVE, 0, 0, NULL},
 #endif