Check-in [e8d3e327f1]
Not logged in
Overview

SHA1 Hash:e8d3e327f1432a02779e49fb33b8edd00e5b807c
Date: 2009-01-22 14:04:35
User: drh
Comment:Changes some "Baseline" labels to "Check-in".
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/info.c from [e59b0728c7] to [b888c0d485].

@@ -423,11 +423,11 @@
       @ </tr>
       free(zShortUuid);
     }
     @ </table></p>
   }else{
-    style_header("Baseline Information");
+    style_header("Check-in Information");
     login_anonymous_available();
   }
   db_finalize(&q);
   showTags(rid, "");
   @ <div class="section">File Changes</div>
@@ -672,11 +672,11 @@
   Stmt q;
   char *zUuid;
 
   login_check_credentials();
   if( !g.okRead ){ login_needed(); return; }
-  style_header("Baseline Changes");
+  style_header("Check-in Changes");
   login_anonymous_available();
 
   rid = name_to_rid(PD("name",""));
   if( rid==0 ){
     fossil_redirect_home();
@@ -688,11 +688,11 @@
      "   AND filename.fnid=mlink.fnid"
      " ORDER BY name",
      rid
   );
   zUuid = db_text(0, "SELECT uuid FROM blob WHERE rid=%d", rid);
-  @ <h2>All Changes In Baseline
+  @ <h2>All Changes In Check-in
   hyperlink_to_uuid(zUuid);
   @ </h2>
   while( db_step(&q)==SQLITE_ROW ){
     int pid = db_column_int(&q,0);
     int fid = db_column_int(&q,1);
@@ -1311,11 +1311,11 @@
     cgi_redirectf("vinfo?name=%d", rid);
   }
   blob_zero(&comment);
   blob_append(&comment, zNewComment, -1);
   zUuid[10] = 0;
-  style_header("Edit Baseline [%s]", zUuid);
+  style_header("Edit Check-in [%s]", zUuid);
   if( P("preview") ){
     Blob suffix;
     int nTag = 0;
     @ <b>Preview:</b>
     @ <blockquote>