diff --git a/hpage.cabal b/hpage.cabal
--- a/hpage.cabal
+++ b/hpage.cabal
@@ -1,5 +1,5 @@
 name: hpage
-version: 0.1.3
+version: 0.1.4
 cabal-version: >=1.6
 build-type: Custom
 license: BSD3
@@ -31,7 +31,7 @@
     location: git://github.com/elbrujohalcon/hPage.git
 
 Executable hpage
-    build-depends: base ==3.0.3.1, mtl >=1.1.0.2, haskell-src-exts >=1.1.3.1, bytestring >=0.9.1.4, hint >=0.3.1.0,
+    build-depends: base >= 4, base < 5, mtl >=1.1.0.2, haskell-src-exts >=1.1.3.1, bytestring >=0.9.1.4, hint >=0.3.1.0,
                    MonadCatchIO-mtl >= 0.1.0.1, monad-loops >=0.3.0.2, containers >=0.2.0.1, directory >=1.0.0.3,
                    wxcore >=0.11.1.2, wx >=0.11.1.2, filepath >=1.1.0.2
     main-is: Main.hs
diff --git a/res/images/about.png b/res/images/about.png
Binary files a/res/images/about.png and b/res/images/about.png differ
diff --git a/res/images/copy.png b/res/images/copy.png
Binary files a/res/images/copy.png and b/res/images/copy.png differ
diff --git a/res/images/cut.png b/res/images/cut.png
Binary files a/res/images/cut.png and b/res/images/cut.png differ
diff --git a/res/images/new.png b/res/images/new.png
Binary files a/res/images/new.png and b/res/images/new.png differ
diff --git a/res/images/open.png b/res/images/open.png
Binary files a/res/images/open.png and b/res/images/open.png differ
diff --git a/res/images/paste.png b/res/images/paste.png
Binary files a/res/images/paste.png and b/res/images/paste.png differ
diff --git a/res/images/reload.png b/res/images/reload.png
Binary files a/res/images/reload.png and b/res/images/reload.png differ
diff --git a/res/images/run.png b/res/images/run.png
Binary files a/res/images/run.png and b/res/images/run.png differ
diff --git a/res/images/save.png b/res/images/save.png
Binary files a/res/images/save.png and b/res/images/save.png differ
diff --git a/src/HPage/GUI/FreeTextWindow.hs b/src/HPage/GUI/FreeTextWindow.hs
--- a/src/HPage/GUI/FreeTextWindow.hs
+++ b/src/HPage/GUI/FreeTextWindow.hs
@@ -66,7 +66,7 @@
         
         -- Text page...
     --  txtCode <- styledTextCtrl win []
-        txtCode <- textCtrl pnlR [font := fontFixed]
+        txtCode <- textCtrl pnlR [font := fontFixed, text := ""]
         
         -- Document Selector
         lstModules <- singleListBox pnlL [style := wxLB_NEEDED_SB]
