From 1af073f48d9092c4d7d23d2566a0a9825b0414ad Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Mon, 28 Oct 2002 11:08:07 +0000 Subject: [PATCH] r2025: Make it more obvious that --new is only for debugging. --- ROX-Filer/Help/Changes | 4 ++++ ROX-Filer/src/main.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ROX-Filer/Help/Changes b/ROX-Filer/Help/Changes index b6185abb..f34119b1 100644 --- a/ROX-Filer/Help/Changes +++ b/ROX-Filer/Help/Changes @@ -2,6 +2,10 @@ A RISC OS-like filer for X by Thomas Leonard +28-Oct-2002 +~~~~~~~~~~~ +Make it more obvious that --new is only for debugging. + 27-Oct-2002 ~~~~~~~~~~~ Use our own stock icons for 'show hidden' and 'show details' toolbar buttons diff --git a/ROX-Filer/src/main.c b/ROX-Filer/src/main.c index bdcefe32..47eff535 100644 --- a/ROX-Filer/src/main.c +++ b/ROX-Filer/src/main.c @@ -306,6 +306,8 @@ int main(int argc, char **argv) { case 'n': new_copy = TRUE; + g_printerr("ROX-Filer: Running in debug mode " + "(--new option used)\n"); break; case 'o': info_message(_("The -o argument is no longer " -- 2.11.4.GIT