|
From: HAYASHI K. <nul...@cl...> - 2013-01-11 04:18:17
|
HAYASHI Kentaro 2013-01-11 13:17:33 +0900 (Fri, 11 Jan 2013) New Revision: 950771d16b7557b7fe38b0ad75e301732673b7fc https://github.com/clear-code/cutter/commit/950771d16b7557b7fe38b0ad75e301732673b7fc Log: Use GDK instead of gdk in usage Modified files: test/cutter/test-cutter.c Modified: test/cutter/test-cutter.c (+2 -2) =================================================================== --- test/cutter/test-cutter.c 2013-01-11 13:08:48 +0900 (674c379) +++ test/cutter/test-cutter.c 2013-01-11 13:17:33 +0900 (d62206f) @@ -259,8 +259,8 @@ test_help_all (void) " --gtk-name=NAME Program name as used by the window manager" LINE_FEED_CODE " --screen=SCREEN X screen to use" LINE_FEED_CODE # ifdef HAVE_GTK_ENABLE_DEBUG - " --gdk-debug=FLAGS Gdk debugging flags to set" LINE_FEED_CODE - " --gdk-no-debug=FLAGS Gdk debugging flags to unset" LINE_FEED_CODE + " --gdk-debug=FLAGS GDK debugging flags to set" LINE_FEED_CODE + " --gdk-no-debug=FLAGS GDK debugging flags to unset" LINE_FEED_CODE # endif # ifdef GDK_WINDOWING_X11 " --sync Make X calls synchronous" LINE_FEED_CODE |