Hi,

here are a few more files that had references to xforms.

I am committing right now, as the changes look rather trivial.

Michael
Index: src/frontends/qt3/QPrefs.C
===================================================================
--- src/frontends/qt3/QPrefs.C	(Revision 14371)
+++ src/frontends/qt3/QPrefs.C	(Arbeitskopie)
@@ -362,7 +362,7 @@
 		LColor::color const col(dialog_->colors_[i]);
 		QColor const & qcol(lcolorcache.get(col));
 
-		// FIXME: dubious, but it's what xforms does
+		// FIXME: dubious, but it's what xforms did
 		if (qcol != ci->color()) {
 			ostringstream ostr;
 
Index: src/frontends/controllers/BCView.tmpl
===================================================================
--- src/frontends/controllers/BCView.tmpl	(Revision 14371)
+++ src/frontends/controllers/BCView.tmpl	(Arbeitskopie)
@@ -12,7 +12,6 @@
  *
  * GuiBC is a base class and so these templatised methods will be
  * instantiated if this file is #included in the derived classes' .C file.
- * see, e.g., xforms/xformsBC.C
  */
 
 #include "BCView.h"
Index: src/support/package.h
===================================================================
--- src/support/package.h	(Revision 14371)
+++ src/support/package.h	(Arbeitskopie)
@@ -113,7 +113,6 @@
 
 	/** Used when setting the user_support directory.
 	 *  Used also when expanding "~/" or contracting to "~/". (filetools.C)
-	 *  Used by the XForms file dialog.
 	 *  Used in emergencyWrite (bufferlist.C) as one possible location
 	 *  for the dump.
 	 *  This may be empty (e. g. when run under a CGI environment)
Index: po/pocheck.pl
===================================================================
--- po/pocheck.pl	(Revision 14371)
+++ po/pocheck.pl	(Arbeitskopie)
@@ -81,18 +81,9 @@
           $warn++;
         }
 
-        # Check for "|..." shortcut(s)
-        if ( ( $msgid =~ m/\|[^ ]/ ) != ( $msgstr =~ m/\|[^ ]/ ) ) {
-          print( "Missing or unexpected xforms shortcut:\n" );
-          print( "  '$msgid' => '$msgstr'\n" );
-          $warn++;
-        }
-
         $msgid_clean  = lc($msgid);
         $msgstr_clean = lc($msgstr);
 
-        $msgid_clean  =~ s/(.*)\|.*?$/$1/;  # strip xforms shortcuts
-        $msgstr_clean =~ s/(.*)\|.*?$/$1/;
         $msgid_clean  =~ s/&([^ ])/$1/;     # strip Qt shortcuts
         $msgstr_clean =~ s/&([^ ])/$1/;
 
Index: development/Win32/lyx.vcproj
===================================================================
--- development/Win32/lyx.vcproj	(Revision 14371)
+++ development/Win32/lyx.vcproj	(Arbeitskopie)
@@ -1878,18 +1878,6 @@
 						RelativePath="..\..\src\frontends\controllers\ControlParagraph.h">
 					</File>
 					<File
-						RelativePath="..\..\src\frontends\controllers\ControlPreamble.C">
-						<FileConfiguration
-							Name="Debug|Win32">
-							<Tool
-								Name="VCCLCompilerTool"
-								CompileAs="2"/>
-						</FileConfiguration>
-					</File>
-					<File
-						RelativePath="..\..\src\frontends\controllers\ControlPreamble.h">
-					</File>
-					<File
 						RelativePath="..\..\src\frontends\controllers\ControlPrefs.C">
 						<FileConfiguration
 							Name="Debug|Win32">

Reply via email to