Patch #2243 2007-11-15 09:16

kisoftcb

sdk/editorcolour.cpp patch (rev.4032). Crash on startup.
Download
2243-sdk_editorcolo.patch (453 bytes)
Category
Application::Bugfix
Status
Accepted
Close date
2007-11-15 12:32
Assigned to
 
Index: editorcolourset.cpp
===================================================================
--- editorcolourset.cpp    (revision 4632)
+++ editorcolourset.cpp    (working copy)
@@ -128,7 +128,7 @@
             ok = dir.GetNext(&filename);
             ++count;
         }
-        Manager::Get()->GetLogManager()->Log(_("Found %d lexers"), count);
+        Manager::Get()->GetLogManager()->Log(F(_("Found %d lexers"), count));
         count = 0;
     }
 
mandrav 2007-11-15 12:31

Hmm, you do know that we 're on revision 4360+, don't you?

Thanks anyway.

mandrav 2007-11-15 12:32

lol, I messed this up too :D.

It's revision 4634 at this time.

kisoftcb 2007-11-15 13:42

Sorry, editorcolourset.cpp (revision 4632)