[llvm-commits] [TV] r79364 - /television/trunk/tools/llvm-tv/TVFrame.cpp

Misha Brukman brukman+llvm at gmail.com
Tue Aug 18 13:40:46 PDT 2009


Author: brukman
Date: Tue Aug 18 15:40:46 2009
New Revision: 79364

URL: http://llvm.org/viewvc/llvm-project?rev=79364&view=rev
Log:
* Updated name to show where the acronym "TV" comes from
* Updated LLVM website URL

Modified:
    television/trunk/tools/llvm-tv/TVFrame.cpp

Modified: television/trunk/tools/llvm-tv/TVFrame.cpp
URL: http://llvm.org/viewvc/llvm-project/television/trunk/tools/llvm-tv/TVFrame.cpp?rev=79364&r1=79363&r2=79364&view=diff

==============================================================================
--- television/trunk/tools/llvm-tv/TVFrame.cpp (original)
+++ television/trunk/tools/llvm-tv/TVFrame.cpp Tue Aug 18 15:40:46 2009
@@ -201,10 +201,10 @@
 /// OnExit - respond to a request to display the About box.
 ///
 void TVFrame::OnAbout (wxCommandEvent &event) {
-  wxMessageBox(wxT("LLVM Visualization Tool\n\n"
+  wxMessageBox(wxT("LLVM Transformation Visualizer (LLVM-TV)\n\n"
                    "By Misha Brukman, Tanya Brethour, and Brian Gaeke\n"
                    "Copyright (C) 2004 University of Illinois at Urbana-Champaign\n"
-                   "http://llvm.cs.uiuc.edu"),
+                   "http://llvm.org"),
                wxT("About LLVM-TV"));
 }
 





More information about the llvm-commits mailing list