mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-27 10:37:53 +00:00
In for a penny, in for a pound. Consistent use of // -*- C++ -*-
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2123 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1ed521c6ca
commit
31b56dac80
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* Completes the implementation of the Bullet class
|
/* Completes the implementation of the Bullet class
|
||||||
* It defines the various LaTeX commands etc. required to
|
* It defines the various LaTeX commands etc. required to
|
||||||
* generate the bullets in the bullet-panel's.
|
* generate the bullets in the bullet-panel's.
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
2001-06-14 Angus Leeming <a.leeming@ic.ac.uk>
|
||||||
|
|
||||||
|
* BufferView.C:
|
||||||
|
* Bullet.C
|
||||||
|
* ColorHandler.C:
|
||||||
|
* FontInfo.C:
|
||||||
|
* FontLoader.C:
|
||||||
|
* LColor.C:
|
||||||
|
* LaTeXFeatures.C:
|
||||||
|
* Painter.C:
|
||||||
|
* gettext.C:
|
||||||
|
* lyx_gui_misc.C:
|
||||||
|
* lyxserver.C:
|
||||||
|
* vspace.C: removed // -*- C++ -*- as first line.
|
||||||
|
|
||||||
|
* lyxfind.h:
|
||||||
|
* version.h: added // -*- C++ -*- as first line.
|
||||||
|
|
||||||
2001-06-13 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
2001-06-13 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
* lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
|
* lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-06-14 Angus Leeming <a.leeming@ic.ac.uk>
|
||||||
|
|
||||||
|
* FileDialog.h:
|
||||||
|
* Timeout.h: added // -*- C++ -*- as first line.
|
||||||
|
|
||||||
2001-06-11 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
2001-06-11 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||||
|
|
||||||
* Makefile.am: make the dependencies work for the sub libs.
|
* Makefile.am: make the dependencies work for the sub libs.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- C++ -*-
|
||||||
/**
|
/**
|
||||||
* \file FileDialog.h
|
* \file FileDialog.h
|
||||||
* Copyright 2001 the LyX Team
|
* Copyright 2001 the LyX Team
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- C++ -*-
|
||||||
/**
|
/**
|
||||||
* \file Timeout.h
|
* \file Timeout.h
|
||||||
* Copyright 2001 LyX Team
|
* Copyright 2001 LyX Team
|
||||||
|
@ -1,3 +1,25 @@
|
|||||||
|
2001-06-14 Angus Leeming <a.leeming@ic.ac.uk>
|
||||||
|
|
||||||
|
* FileDialog.C:
|
||||||
|
* FormCitation.C:
|
||||||
|
* FormCopyright.C:
|
||||||
|
* FormCredits.C:
|
||||||
|
* FormError.C:
|
||||||
|
* FormIndex.C:
|
||||||
|
* FormPrint.C:
|
||||||
|
* FormRef.C:
|
||||||
|
* FormTabularCreate.C:
|
||||||
|
* FormToc.C:
|
||||||
|
* FormUrl.C:
|
||||||
|
* GnomeBase.C:
|
||||||
|
* Menubar_pimpl.C:
|
||||||
|
* gnome_helpers.C:
|
||||||
|
* mainapp.C: removed // -*- C++ -*- as first line.
|
||||||
|
|
||||||
|
* FormTabularCreate.h:
|
||||||
|
* FormToc.h:
|
||||||
|
* Timeout_pimpl.h: added // -*- C++ -*- as first line.
|
||||||
|
|
||||||
2001-05-08 Michael A. Koziarski <michael@koziarski.org>
|
2001-05-08 Michael A. Koziarski <michael@koziarski.org>
|
||||||
|
|
||||||
* FormTabularCreate[Ch]:
|
* FormTabularCreate[Ch]:
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* =================================================
|
* =================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* =================================================
|
* =================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* =================================================
|
* =================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* =================================================
|
* =================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* FormPrint.C
|
/* FormPrint.C
|
||||||
* FormPrint Interface Class Implementation
|
* FormPrint Interface Class Implementation
|
||||||
* This file is part of
|
* This file is part of
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* =================================================
|
* =================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// -*- c++ -*-
|
// -*- C++ -*-
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* =================================================
|
* =================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- C++ -*-
|
||||||
// THIS FILE IS NOT IN USE DUE TO API CHANGES.
|
// THIS FILE IS NOT IN USE DUE TO API CHANGES.
|
||||||
#include "frontends/xforms/FormToc.h"
|
#include "frontends/xforms/FormToc.h"
|
||||||
#if 0
|
#if 0
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* =================================================
|
* =================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* =================================================
|
* =================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- C++ -*-
|
||||||
/**
|
/**
|
||||||
* \file Timeout_pimpl.h
|
* \file Timeout_pimpl.h
|
||||||
* Copyright 2001 LyX Team
|
* Copyright 2001 LyX Team
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
2001-06-14 Angus Leeming <a.leeming@ic.ac.uk>
|
||||||
|
|
||||||
|
* FormCitation.C:
|
||||||
|
* Qt2Base.C: removed // -*- C++ -*- as first line.
|
||||||
|
|
||||||
|
* FileDialog_private.h:
|
||||||
|
* FormCopyright.h:
|
||||||
|
* FormCredits.h:
|
||||||
|
* FormIndex.h:
|
||||||
|
* FormParagraph.h:
|
||||||
|
* FormPrint.h:
|
||||||
|
* FormRef.h:
|
||||||
|
* FormSearch.h:
|
||||||
|
* FormSplash.h:
|
||||||
|
* FormTabularCreate.h:
|
||||||
|
* FormToc.h:
|
||||||
|
* FormUrl.h:
|
||||||
|
* QtLyXView.h: added // -*- C++ -*- as first line.
|
||||||
|
|
||||||
2001-06-02 John Levon <moz@compsoc.man.ac.uk>
|
2001-06-02 John Levon <moz@compsoc.man.ac.uk>
|
||||||
|
|
||||||
* <various>: fix random space pepper to use
|
* <various>: fix random space pepper to use
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- C++ -*-
|
||||||
/**
|
/**
|
||||||
* \file FileDialog_private.h
|
* \file FileDialog_private.h
|
||||||
* Copyright 2001 the LyX Team
|
* Copyright 2001 the LyX Team
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- C++ -*-
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
formcopyright.h - description
|
formcopyright.h - description
|
||||||
-------------------
|
-------------------
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- C++ -*-
|
||||||
/**
|
/**
|
||||||
* \file FormCredits.h
|
* \file FormCredits.h
|
||||||
* Copyright 2001 The LyX Team.
|
* Copyright 2001 The LyX Team.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- C++ -*-
|
||||||
/* FormIndex.h
|
/* FormIndex.h
|
||||||
* (C) 2000 LyX Team
|
* (C) 2000 LyX Team
|
||||||
* John Levon, moz@compsoc.man.ac.uk
|
* John Levon, moz@compsoc.man.ac.uk
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- C++ -*-
|
||||||
/**
|
/**
|
||||||
* \file FormParagraph.h
|
* \file FormParagraph.h
|
||||||
* Copyright 2001 LyX Team
|
* Copyright 2001 LyX Team
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- C++ -*-
|
||||||
/**
|
/**
|
||||||
* \file FormPrint.h
|
* \file FormPrint.h
|
||||||
* Copyright 2001 LyX Team
|
* Copyright 2001 LyX Team
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- C++ -*-
|
||||||
/* FormRef.h
|
/* FormRef.h
|
||||||
* (C) 2000 LyX Team
|
* (C) 2000 LyX Team
|
||||||
* John Levon, moz@compsoc.man.ac.uk
|
* John Levon, moz@compsoc.man.ac.uk
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- C++ -*-
|
||||||
/**
|
/**
|
||||||
* \file FormSearch.h
|
* \file FormSearch.h
|
||||||
* Copyright 2001 The LyX Team.
|
* Copyright 2001 The LyX Team.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- C++ -*-
|
||||||
/**
|
/**
|
||||||
* \file FormSplash.h
|
* \file FormSplash.h
|
||||||
* Copyright 2001 the LyX Team
|
* Copyright 2001 the LyX Team
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- C++ -*-
|
||||||
/* FormTabularCreate.h
|
/* FormTabularCreate.h
|
||||||
* (C) 2000 LyX Team
|
* (C) 2000 LyX Team
|
||||||
* John Levon, moz@compsoc.man.ac.uk
|
* John Levon, moz@compsoc.man.ac.uk
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- C++ -*-
|
||||||
/* FormToc.h
|
/* FormToc.h
|
||||||
* (C) 2000 LyX Team
|
* (C) 2000 LyX Team
|
||||||
* John Levon, moz@compsoc.man.ac.uk
|
* John Levon, moz@compsoc.man.ac.uk
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- C++ -*-
|
||||||
/* FormUrl.h
|
/* FormUrl.h
|
||||||
* (C) 2000 LyX Team
|
* (C) 2000 LyX Team
|
||||||
* John Levon, moz@compsoc.man.ac.uk
|
* John Levon, moz@compsoc.man.ac.uk
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- C++ -*-
|
||||||
/*
|
/*
|
||||||
* QtLyXView.h
|
* QtLyXView.h
|
||||||
* (C) 2000 LyX Team
|
* (C) 2000 LyX Team
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-06-14 Angus Leeming <a.leeming@ic.ac.uk>
|
||||||
|
|
||||||
|
* LyXImage.C:
|
||||||
|
* LyXImage_X.C: removed // -*- C++ -*- as first line.
|
||||||
|
|
||||||
2001-01-21 Baruch Even <baruch@ev-en.org>
|
2001-01-21 Baruch Even <baruch@ev-en.org>
|
||||||
|
|
||||||
* LyXImage.h:
|
* LyXImage.h:
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* =================================================
|
* =================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* =================================================
|
* =================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
2001-06-14 Angus Leeming <a.leeming@ic.ac.uk>
|
||||||
|
|
||||||
|
* GraphicsCache.C:
|
||||||
|
* GraphicsCacheItem.C:
|
||||||
|
* ImageLoader.C:
|
||||||
|
* ImageLoaderXPM.C: removed // -*- C++ -*- as first line.
|
||||||
|
|
||||||
2001-04-17 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
2001-04-17 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||||
|
|
||||||
* GraphicsCache.h: inherit privately from noncopyable
|
* GraphicsCache.h: inherit privately from noncopyable
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* =================================================
|
* =================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* =================================================
|
* =================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* =================================================
|
* =================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* =================================================
|
* =================================================
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2001-06-19 Angus Leeming <a.leeming@ic.ac.uk>
|
||||||
|
|
||||||
|
* insetcite.C:
|
||||||
|
* insetgraphicsParams.C:
|
||||||
|
* insettext.C: removed // -*- C++ -*- as first line.
|
||||||
|
|
||||||
2001-06-13 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
2001-06-13 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
* lyxinset.h (resizeLyXText): shut off warning about unused
|
* lyxinset.h (resizeLyXText): shut off warning about unused
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of*
|
/* This file is part of*
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* =================================================
|
* =================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- C++ -*-
|
||||||
#ifndef LYXFIND_H
|
#ifndef LYXFIND_H
|
||||||
#define LYXFIND_H
|
#define LYXFIND_H
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-06-19 Angus Leeming <a.leeming@ic.ac.uk>
|
||||||
|
|
||||||
|
* math_macro.C:
|
||||||
|
* math_root.C: removed // -*- C++ -*- as first line.
|
||||||
|
|
||||||
2001-05-31 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
2001-05-31 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
* array.C: bring memmove into main namespace if necessary
|
* array.C: bring memmove into main namespace if necessary
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/*
|
/*
|
||||||
* File: math_macro.C
|
* File: math_macro.C
|
||||||
* Purpose: Implementation of macro class for mathed
|
* Purpose: Implementation of macro class for mathed
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/*
|
/*
|
||||||
* File: math_root.C
|
* File: math_root.C
|
||||||
* Purpose: Implementation of the root object
|
* Purpose: Implementation of the root object
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-06-19 Angus Leeming <a.leeming@ic.ac.uk>
|
||||||
|
|
||||||
|
* FileInfo.C:
|
||||||
|
* StrPool.C: removed // -*- C++ -*- as first line.
|
||||||
|
|
||||||
2001-06-01 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
2001-06-01 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||||
|
|
||||||
* lyxsum.C (do_crc): switch to use boost::crc for generating the
|
* lyxsum.C (do_crc): switch to use boost::crc for generating the
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- C++ -*-
|
||||||
/* Version and release date definition */
|
/* Version and release date definition */
|
||||||
///
|
///
|
||||||
#define LYX_VERSION "1.2.0cvs"
|
#define LYX_VERSION "1.2.0cvs"
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/* This file is part of
|
/* This file is part of
|
||||||
* ======================================================
|
* ======================================================
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user