]> git.saurik.com Git - wxWidgets.git/commitdiff
Just fix header comments of wxTextMeasure-related files, no real changes.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Oct 2012 12:27:48 +0000 (12:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Oct 2012 12:27:48 +0000 (12:27 +0000)
See #14781.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/private/textmeasure.h
include/wx/msw/private/textmeasure.h
include/wx/private/textmeasure.h
src/common/textmeasurecmn.cpp
src/gtk/textmeasure.cpp
src/msw/textmeasure.cpp

index ad9a43c24d3b34d14bc4eb418cf256378ace4b6e..c7fc712ea7303ee65fa102eee6cba372ffec44ce 100644 (file)
@@ -2,7 +2,8 @@
 // Name:        wx/gtk/private/textmeasure.h
 // Purpose:     wxGTK-specific declaration of wxTextMeasure class
 // Author:      Manuel Martin
-// Created:     2012-19-05
+// Created:     2012-10-05
+// RCS-ID:      $Id:
 // Copyright:   (c) 1997-2012 wxWidgets team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
index 2651a600ec17e1f52d1698d3b653f9ee4a3228c8..a52deb59a17d041c9a105a7c858217436cd1bff8 100644 (file)
@@ -3,6 +3,7 @@
 // Purpose:     wxMSW-specific declaration of wxTextMeasure class
 // Author:      Manuel Martin
 // Created:     2012-10-05
+// RCS-ID:      $Id:
 // Copyright:   (c) 1997-2012 wxWidgets team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
index d7986c1589816c016dabf450e289dc5c8af12284..dbd89136b35dd408ab56d138af4060a7d3628e49 100644 (file)
@@ -3,6 +3,7 @@
 // Purpose:     declaration of wxTextMeasure class
 // Author:      Manuel Martin
 // Created:     2012-10-05
+// RCS-ID:      $Id:
 // Copyright:   (c) 1997-2012 wxWidgets team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
index cc8f7489be52976392341f91781928a0d9a5f564..90894bf0c603bcc205f64b5c735c5b7686239b2c 100644 (file)
@@ -3,6 +3,7 @@
 // Purpose:     wxTextMeasureBase implementation
 // Author:      Manuel Martin
 // Created:     2012-10-05
+// RCS-ID:      $Id:
 // Copyright:   (c) 1997-2012 wxWidgets team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
index 2cc403e04685a8703910ad9d329a35b0e2634167..8aa2ae2c590fd12a3a703ad16cd64d92d1a92673 100644 (file)
@@ -3,6 +3,7 @@
 // Purpose:     wxTextMeasure implementation for wxGTK
 // Author:      Manuel Martin
 // Created:     2012-10-05
+// RCS-ID:      $Id:
 // Copyright:   (c) 1997-2012 wxWidgets team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
index c2b364a97810245542b7411b93150983cbeee2c7..189fc7737f29f70010b146c6418f6b158d3b89d3 100644 (file)
@@ -2,9 +2,9 @@
 // Name:        src/msw/textmeasure.cpp
 // Purpose:     wxTextMeasure implementation for wxMSW
 // Author:      Manuel Martin
-// Created:     2012-19-05
-// RCS-ID:
-// Copyright:
+// Created:     2012-10-05
+// RCS-ID:      $Id:
+// Copyright:   (c) 1997-2012 wxWidgets team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////