From 2daf5a71ebb5162ab1bb0883c41ce6395d003b96 Mon Sep 17 00:00:00 2001 From: Jay Dolan Date: Fri, 16 Mar 2018 14:26:08 -0400 Subject: [PATCH] Fix debug copy-pasta. --- plugins/surface_idtech2/surfacedialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/surface_idtech2/surfacedialog.cpp b/plugins/surface_idtech2/surfacedialog.cpp index 8c3f53b6..987a6fe4 100644 --- a/plugins/surface_idtech2/surfacedialog.cpp +++ b/plugins/surface_idtech2/surfacedialog.cpp @@ -1122,7 +1122,7 @@ static void on_hscale_step_spinbutton_value_changed( GtkSpinButton *spinbutton, l_pIncrement = Get_SI_Inc(); #ifdef DBG_SI - Sys_Printf( "OnIncrementChanged HShift\n" ); + Sys_Printf( "OnIncrementChanged HScale\n" ); #endif val = gtk_spin_button_get_value( GTK_SPIN_BUTTON( hscale_step_spinbutton ) ) ; @@ -1142,7 +1142,7 @@ static void on_vscale_step_spinbutton_value_changed( GtkSpinButton *spinbutton, l_pIncrement = Get_SI_Inc(); #ifdef DBG_SI - Sys_Printf( "OnIncrementChanged HShift\n" ); + Sys_Printf( "OnIncrementChanged VScale\n" ); #endif val = gtk_spin_button_get_value( GTK_SPIN_BUTTON( vscale_step_spinbutton ) ) ; @@ -1162,7 +1162,7 @@ static void on_rotate_step_spinbutton_value_changed( GtkSpinButton *spinbutton, l_pIncrement = Get_SI_Inc(); #ifdef DBG_SI - Sys_Printf( "OnIncrementChanged HShift\n" ); + Sys_Printf( "OnIncrementChanged Rotate\n" ); #endif val = gtk_spin_button_get_value( GTK_SPIN_BUTTON( rotate_step_spinbutton ) ) ;