diff Core/SQLite/README.txt @ 59:c996319e90bc orthanc-renaming

renaming in Core
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 16 Sep 2012 09:28:56 +0200
parents 9beb9b8582f7
children 9b9026560a5f
line wrap: on
line diff
--- a/Core/SQLite/README.txt	Sun Sep 16 09:24:13 2012 +0200
+++ b/Core/SQLite/README.txt	Sun Sep 16 09:28:56 2012 +0200
@@ -13,9 +13,9 @@
 
 * The reference counting mechanism has been reimplemented to make it 
   simpler.
-* The PalanthirException class is used for the exception mechanisms.
+* The OrthancException class is used for the exception mechanisms.
 * A statement is always valid (is_valid() always return true).
-* The classes and the methods have been renamed to meet Palanthir's
+* The classes and the methods have been renamed to meet Orthanc's
   coding conventions.