X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5a5362e55572bcc057d014c5bdde81d75804653..4776c0b783a9776f94b049aecdc253d379686b6b:/src/gtk1/bmpbuttn.cpp

diff --git a/src/gtk1/bmpbuttn.cpp b/src/gtk1/bmpbuttn.cpp
index a0f54cd27f..18d3951163 100644
--- a/src/gtk1/bmpbuttn.cpp
+++ b/src/gtk1/bmpbuttn.cpp
@@ -203,9 +203,9 @@ void wxBitmapButton::OnSetBitmap()
 
    if (!the_one.IsOk())
      {
-	the_one = GetBitmapLabel();
-	if (!the_one.IsOk())
-	  return;
+         the_one = GetBitmapLabel();
+         if (!the_one.IsOk())
+             return;
      }
 
     GdkBitmap *mask = NULL;