From 9f0d9a6db5d6d1eec7bec3a029bb37a95245e495 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 20 Sep 2014 14:25:51 -0600 Subject: Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM --- NxWidgets/UnitTests/nxwm/nxwm_main.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'NxWidgets/UnitTests') diff --git a/NxWidgets/UnitTests/nxwm/nxwm_main.cxx b/NxWidgets/UnitTests/nxwm/nxwm_main.cxx index 13e0bd8b1..379b03186 100644 --- a/NxWidgets/UnitTests/nxwm/nxwm_main.cxx +++ b/NxWidgets/UnitTests/nxwm/nxwm_main.cxx @@ -51,7 +51,7 @@ #include "ctaskbar.hxx" #include "cstartwindow.hxx" -#ifdef CONFIG_NXWM_NXCONSOLE +#ifdef CONFIG_NXWM_NXTERM # include "cnxconsole.hxx" #endif @@ -548,7 +548,7 @@ static bool createCalibration(void) // Name: createNxConsole ///////////////////////////////////////////////////////////////////////////// -#ifdef CONFIG_NXWM_NXCONSOLE +#ifdef CONFIG_NXWM_NXTERM static bool createNxConsole(void) { // Add the NxConsole application to the start window @@ -678,7 +678,7 @@ int nxwm_main(int argc, char *argv[]) // Initialize the NSH library -#ifdef CONFIG_NXWM_NXCONSOLE +#ifdef CONFIG_NXWM_NXTERM printf("nxwm_main: Initialize the NSH library\n"); if (!NxWM::nshlibInitialize()) { @@ -736,7 +736,7 @@ int nxwm_main(int argc, char *argv[]) // Create the NxConsole application and add it to the start window -#ifdef CONFIG_NXWM_NXCONSOLE +#ifdef CONFIG_NXWM_NXTERM if (!createNxConsole()) { printf("nxwm_main: ERROR: Failed to create the NxConsole application\n"); -- cgit v1.2.3