Patch #901 2006-03-06 18:22

sethjackson

templatemanager.cpp
Download
901-templatemanager.patch (623 bytes)
Category
Application::Refinement
Status
Accepted
Close date
2006-03-07 09:20
Assigned to
 
Index: src/sdk/templatemanager.cpp
===================================================================
--- src/sdk/templatemanager.cpp    (revision 2143)
+++ src/sdk/templatemanager.cpp    (working copy)
@@ -450,7 +450,7 @@
         cbMessageBox(_("Failed to copy the project file!"), _("Error"), wxICON_ERROR);
 
     if (count == total_count)
-        cbMessageBox(_("User-template saved succesfuly"));
+        cbMessageBox(_("User-template saved succesfuly"), _("Information"), wxICON_INFORMATION | wxOK);
     else
         cbMessageBox(_("Some files could not be saved with the template..."), _("Error"), wxICON_ERROR);
 }