Index: translate_this.module
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- translate_this.module	(revision )
+++ translate_this.module	(revision )
@@ -96,11 +96,11 @@
 
     // display options
     if (variable_get('translate_this_disable_button_image', FALSE) == TRUE) {
-      $button_path = /*url(*/variable_get('translate_this_alternate_button_image_path')/*)*/;
+      $button_path = $GLOBALS['base_url'] . '/' . variable_get('translate_this_alternate_button_image_path');
       $button_height = variable_get('translate_this_button_height');
       $button_width = variable_get('translate_this_button_width');
 
-      if (empty($button_path)) {
+      if (isset($button_path)) {
         $content .= "noBtn : true,\r";
       }
       else {
