Changed version to 2.5.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
; DO NOT DELETE THEM or you may be unable to reload the script
|
||||
|
||||
;[ScriptSetup]
|
||||
;VerNum=2.3.4
|
||||
;VerNum=2.5.1
|
||||
;InnoVer=1.3
|
||||
;AddVerTo=AppVerName
|
||||
;SetupFilename=setup.exe
|
||||
|
@@ -22,7 +22,7 @@ PROGNAME=$0
|
||||
SCRIPTDIR=$WXWIN/distrib/msw
|
||||
WEBFILES=c:/wx2dev/wxWebSite
|
||||
# Set this to the required version
|
||||
VERSION=2.5.0
|
||||
VERSION=2.5.1
|
||||
|
||||
. $SCRIPTDIR/setup.var
|
||||
|
||||
|
@@ -139,6 +139,6 @@ namely:
|
||||
Vadim Zeitlin
|
||||
|
||||
|
||||
This file is accurate for the version 2.5.0 of wxBase. It was last modified on
|
||||
This file is accurate for the version 2.5.1 of wxBase. It was last modified on
|
||||
Jan 22, 2003.
|
||||
|
||||
|
@@ -26,13 +26,13 @@
|
||||
%\special{!/@scaleunit 1 def}
|
||||
\parskip=10pt
|
||||
\parindent=0pt
|
||||
\title{wxWindows 2.5.0: A portable C++ and Python GUI toolkit}
|
||||
\title{wxWindows 2.5.1: A portable C++ and Python GUI toolkit}
|
||||
\winhelponly{\author{by Julian Smart et al
|
||||
%\winhelponly{\\$$\image{1cm;0cm}{wxwin.wmf}$$}
|
||||
}}
|
||||
\winhelpignore{\author{Julian Smart, Robert Roebling, Vadim Zeitlin,
|
||||
Robin Dunn, et al}
|
||||
\date{August 2003}
|
||||
\date{September 2003}
|
||||
}
|
||||
\makeindex
|
||||
\begin{document}
|
||||
|
@@ -11,7 +11,7 @@ IMPORTANT NOTE:
|
||||
|
||||
When sending bug reports tell us what version of wxWindows you are
|
||||
using (including the beta) and what compiler on what system. One
|
||||
example: wxMGL 2.5.0, gcc 2.95.3, Redhat 7.0
|
||||
example: wxMGL 2.5.1, gcc 2.95.3, Redhat 7.0
|
||||
|
||||
First steps
|
||||
-----------
|
||||
|
@@ -11,7 +11,7 @@ IMPORTANT NOTE:
|
||||
|
||||
When sending bug reports tell us what version of wxWindows you are
|
||||
using (including the beta) and what compiler on what system. One
|
||||
example: wxMotif 2.5.0, gcc 2.95.4, Redhat 6.1
|
||||
example: wxMotif 2.5.1, gcc 2.95.4, Redhat 6.1
|
||||
|
||||
First steps
|
||||
-----------
|
||||
|
@@ -1,7 +1,7 @@
|
||||
|
||||
Welcome to wxWindows/Motif 2.5.0
|
||||
Welcome to wxWindows/Motif 2.5.1
|
||||
|
||||
You have downloaded version 2.5.0 of the Motif port of
|
||||
You have downloaded version 2.5.1 of the Motif port of
|
||||
the wxWindows GUI library.
|
||||
|
||||
More information about the wxWindows project as a whole
|
||||
|
@@ -1,7 +1,7 @@
|
||||
Installing wxWindows 2.5.0
|
||||
Installing wxWindows 2.5.1
|
||||
--------------------------
|
||||
|
||||
This is wxWindows 2.5.0 for Microsoft Windows 9x/ME, Windows NT, Windows 2000
|
||||
This is wxWindows 2.5.1 for Microsoft Windows 9x/ME, Windows NT, Windows 2000
|
||||
and Windows XP. This is an unstable development release. Note that unstable in
|
||||
this context doesn't mean that it crashes a lot, just that the library API may
|
||||
change in backwards incompatible way during the 2.5 branch lifetime.
|
||||
@@ -263,7 +263,7 @@ Metrowerks CodeWarrior compilation
|
||||
----------------------------------
|
||||
|
||||
1. CodeWarrior Pro7 project files in XML format are already
|
||||
included in wxMSW-2.5.0.zip and the setup version.
|
||||
included in wxMSW-2.5.1.zip and the setup version.
|
||||
|
||||
2. Review the file include\wx\msw\setup.h (or include\wx\msw\setup0.h if
|
||||
you are working from the CVS version) to make sure the settings reflect
|
||||
@@ -568,7 +568,7 @@ Advanced options
|
||||
----------------
|
||||
|
||||
MONOLITHIC=1
|
||||
Starting with version 2.5.0, wxWindows has the ability to be built as
|
||||
Starting with version 2.5.1, wxWindows has the ability to be built as
|
||||
several smaller libraries instead of single big one as used to be the case
|
||||
in 2.4 and older versions. This is called "multilib build" and is the
|
||||
default behaviour of makefiles. You can still build single library
|
||||
|
@@ -1,21 +1,27 @@
|
||||
|
||||
=================================================
|
||||
Welcome to wxWindows/CE 2.3.4 (is becoming 2.5.0)
|
||||
Welcome to wxWindows/CE 2.5.1
|
||||
=================================================
|
||||
|
||||
You have downloaded version 2.3.4 of the WinCE 3.0 port of
|
||||
the wxWindows GUI library. This runs on WindowsCE 3.0.
|
||||
You have downloaded version 2.5.1 of the Windows CE port of
|
||||
the wxWindows GUI library. This runs on PocketPC 2002
|
||||
and SmartPhone 2002.
|
||||
|
||||
More information about the wxWindows project as a whole
|
||||
can be found at:
|
||||
|
||||
http://www.wxwindows.org
|
||||
|
||||
Information about the Windows CE port in particular
|
||||
can be found here:
|
||||
|
||||
http://wiki.wxwindows.org/wiki.pl?Windows_CE_Port
|
||||
|
||||
Supported platforms
|
||||
===================
|
||||
|
||||
These are the supported platform at the moment
|
||||
These are the supported platform at the moment:
|
||||
|
||||
- x86 emulator
|
||||
- PocketPC (StrongARM)
|
||||
|
||||
@@ -24,8 +30,6 @@ and/or Compaq iPAQ or other PDAs using PocketPC
|
||||
|
||||
WindowsCE.NET is not supported.
|
||||
|
||||
|
||||
|
||||
Compiler installation
|
||||
=====================
|
||||
|
||||
@@ -36,35 +40,36 @@ You must use Visual Tools 3.0 for CE 3.0
|
||||
(this is the same we are currently using for wxWinCE)
|
||||
|
||||
Install selecting only the two target platforms used:
|
||||
|
||||
- WCE x86em (PocketPC emulation)
|
||||
- WCE ARM (PocketPC StrongARM)
|
||||
|
||||
Download an archive containing the library project file
|
||||
and a sample project file:
|
||||
|
||||
http://www.anthemion.co.uk/wxwin/wxWinCE.zip
|
||||
|
||||
General installation notes
|
||||
==========================
|
||||
|
||||
Alter your WXWIN environment variable to point to the root directory of the
|
||||
wxWindows installation.
|
||||
|
||||
Add wxWindows include and library paths into Tools-Options-Directories
|
||||
|
||||
|
||||
Unarchive this over your wxWindows installation.
|
||||
|
||||
wxWindows/CE Compilation
|
||||
================================
|
||||
|
||||
The following sections explain how to compile wxWindows/CE with the
|
||||
Visual C++ embedded compiler.
|
||||
|
||||
Open src/msw/wince/wxWindowsCE.vcp, select an
|
||||
ARM or x86 target, and compile.
|
||||
|
||||
Then open samples/minimal/minimalCE.vcp, select an
|
||||
ARM or x86 target, and compile. You can
|
||||
use the emulator or real hardware to run the
|
||||
sample.
|
||||
|
||||
Status
|
||||
======
|
||||
|
||||
Currently develompment
|
||||
|
||||
Currently under development. For further information
|
||||
about what has been done and what needs to be
|
||||
done, see:
|
||||
|
||||
http://wiki.wxwindows.org/wiki.pl?Windows_CE_Port
|
||||
|
||||
Disclaimer
|
||||
==========
|
||||
@@ -72,9 +77,3 @@ Disclaimer
|
||||
All product names are used for identification purposes and are trademarks
|
||||
or registered trademarks owned by their respective companies.
|
||||
|
||||
|
||||
|
||||
Marco Cavallini
|
||||
www.koansoftware.com
|
||||
|
||||
.eof.
|
||||
|
@@ -1,7 +1,7 @@
|
||||
Installing wxWindows 2.5.0
|
||||
Installing wxWindows 2.5.1
|
||||
--------------------------
|
||||
|
||||
This is wxWindows 2.5.0 for IBM OS/2 Warp3 and Warp4. This is an unstable
|
||||
This is wxWindows 2.5.1 for IBM OS/2 Warp3 and Warp4. This is an unstable
|
||||
development release and OS/2 is considered to be in beta.
|
||||
|
||||
IMPORTANT NOTE: If you experience problems installing, please
|
||||
@@ -17,7 +17,7 @@ Unarchiving
|
||||
At this time there is no comprehensive setup.exe type installation program.
|
||||
wxWindows for OS/2 requires you download various .zip files and unpack them
|
||||
to your desired location on your system. Pick a location say,
|
||||
C:\wx\wxWindows-2.5.0, copy the .zip files to there and unzip them ensuring you
|
||||
C:\wx\wxWindows-2.5.1, copy the .zip files to there and unzip them ensuring you
|
||||
unzip the subdirectories as well. You will need:
|
||||
|
||||
- All common, generic and OS2-specific wxWindows source;
|
||||
@@ -30,7 +30,7 @@ unzip the subdirectories as well. You will need:
|
||||
- PNG library source;
|
||||
- ZLIB library source;
|
||||
|
||||
All but the documentation is included in wxOS2-2.5.0.zip, documentation
|
||||
All but the documentation is included in wxOS2-2.5.1.zip, documentation
|
||||
must be downloaded separately from the wxWindows Web site.
|
||||
|
||||
Other add-on packages are available from the wxWindows Web site, such as:
|
||||
@@ -46,27 +46,27 @@ General installation notes
|
||||
After unzipping everything your directory tree should look something like
|
||||
this:
|
||||
|
||||
x:\wx\wxWindows-2.5.0\docs (your HTML reference manual)
|
||||
x:\wx\wxWindows-2.5.0\include\wx
|
||||
x:\wx\wxWindows-2.5.0\include\wx\generic
|
||||
x:\wx\wxWindows-2.5.0\include\wx\html
|
||||
x:\wx\wxWindows-2.5.0\include\wx\os2
|
||||
x:\wx\wxWindows-2.5.0\samples\.... (all the sample directories)
|
||||
x:\wx\wxWindows-2.5.0\src
|
||||
x:\wx\wxWindows-2.5.0\src\common
|
||||
x:\wx\wxWindows-2.5.0\src\generic
|
||||
x:\wx\wxWindows-2.5.0\src\html
|
||||
x:\wx\wxWindows-2.5.0\src\jpeg
|
||||
x:\wx\wxWindows-2.5.0\src\os2
|
||||
x:\wx\wxWindows-2.5.0\src\png
|
||||
x:\wx\wxWindows-2.5.0\src\tiff
|
||||
x:\wx\wxWindows-2.5.0\src\zlib
|
||||
x:\wx\wxWindows-2.5.1\docs (your HTML reference manual)
|
||||
x:\wx\wxWindows-2.5.1\include\wx
|
||||
x:\wx\wxWindows-2.5.1\include\wx\generic
|
||||
x:\wx\wxWindows-2.5.1\include\wx\html
|
||||
x:\wx\wxWindows-2.5.1\include\wx\os2
|
||||
x:\wx\wxWindows-2.5.1\samples\.... (all the sample directories)
|
||||
x:\wx\wxWindows-2.5.1\src
|
||||
x:\wx\wxWindows-2.5.1\src\common
|
||||
x:\wx\wxWindows-2.5.1\src\generic
|
||||
x:\wx\wxWindows-2.5.1\src\html
|
||||
x:\wx\wxWindows-2.5.1\src\jpeg
|
||||
x:\wx\wxWindows-2.5.1\src\os2
|
||||
x:\wx\wxWindows-2.5.1\src\png
|
||||
x:\wx\wxWindows-2.5.1\src\tiff
|
||||
x:\wx\wxWindows-2.5.1\src\zlib
|
||||
|
||||
If you are using VisualAge, you will also need to ensure you have a
|
||||
\lib directory as well, x:\wx\wxWindows-2.5.0\lib
|
||||
\lib directory as well, x:\wx\wxWindows-2.5.1\lib
|
||||
and you will have to set a WXWIN environment variable in your
|
||||
config.sys,
|
||||
SET WXWIN=X:\WX\WXWINDOWS-2.5.0;
|
||||
SET WXWIN=X:\WX\WXWINDOWS-2.5.1;
|
||||
|
||||
Compilation
|
||||
-----------
|
||||
@@ -176,13 +176,13 @@ developping cross-platform applications you might want to compile (and
|
||||
update) e.g. wxGTK or wxX11 as well.
|
||||
|
||||
In the following, let's assume you decided to build in
|
||||
\wx\wxWindows-2.5.0\build\pm. Now we need to set some environment
|
||||
\wx\wxWindows-2.5.1\build\pm. Now we need to set some environment
|
||||
variables, namely MAKE_SHELL (to a Unix like shell, let's assume ash)
|
||||
and INSTALL (to point to the install script. If you omit this, configure
|
||||
might find something like the system's tcpip\pcomos\install.exe which will
|
||||
not do the thing you want), e.g.
|
||||
SET MAKE_SHELL=ash
|
||||
SET INSTALL=/wx/wxWindows-2.5.0/install-sh.
|
||||
SET INSTALL=/wx/wxWindows-2.5.1/install-sh.
|
||||
|
||||
Be warned that depending on the precise version of your make, setting
|
||||
MAKE_SHELL might not be sufficient, it might be necessary to set SHELL
|
||||
@@ -236,7 +236,7 @@ Finally, if you also want to build a different port, e.g. wxGTK, you
|
||||
essentially have to use the procedure described above, the only difference
|
||||
being that you have to pass a switch to configure indicating which port
|
||||
to build. If you do not do this in a separate build directory (e.g.
|
||||
\wxWindows-2.5.0\build\gtk), you'll have to do a `make clean' first.
|
||||
\wxWindows-2.5.1\build\gtk), you'll have to do a `make clean' first.
|
||||
The magical switches that have to be passed to configure for the various
|
||||
ports are --with-gtk (wxGTK), --with-motif (wxMotif), --with-x11 (wxX11),
|
||||
and --disable-gui (wxBase). Note that contrary to the native, PM based
|
||||
|
@@ -1,4 +1,4 @@
|
||||
wxWindows 2.5.0
|
||||
wxWindows 2.5.1
|
||||
---------------
|
||||
|
||||
*** Please note that this is an UNSTABLE DEVELOPMENT SNAPSHOT.
|
||||
|
@@ -2,7 +2,7 @@ Using and modifying the BC++ IDE files
|
||||
======================================
|
||||
|
||||
|
||||
Please use wxWindows 2.4.x - this is not currently supported in wxWindows 2.5.0
|
||||
Please use wxWindows 2.4.x - this is not currently supported in wxWindows 2.5.1
|
||||
|
||||
|
||||
|
||||
|
@@ -11,7 +11,7 @@ IMPORTANT NOTE:
|
||||
|
||||
When sending bug reports tell us what version of wxWindows you are
|
||||
using (including the beta) and what compiler on what system. One
|
||||
example: wxX11 2.5.0, gcc 2.95.4, Redhat 6.2
|
||||
example: wxX11 2.5.1, gcc 2.95.4, Redhat 6.2
|
||||
|
||||
First steps
|
||||
-----------
|
||||
|
@@ -19,8 +19,8 @@
|
||||
// so don't change its format too much or they could break
|
||||
#define wxMAJOR_VERSION 2
|
||||
#define wxMINOR_VERSION 5
|
||||
#define wxRELEASE_NUMBER 0
|
||||
#define wxVERSION_STRING _T("wxWindows 2.5.0")
|
||||
#define wxRELEASE_NUMBER 1
|
||||
#define wxVERSION_STRING _T("wxWindows 2.5.1")
|
||||
|
||||
// nothing to update below this line when updating the version
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -1,6 +1,6 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows-2.5\n"
|
||||
"Project-Id-Version: wxWindows-2.5.1\n"
|
||||
"POT-Creation-Date: 2000-12-03 21:39-0800\n"
|
||||
"PO-Revision-Date: 2003-07-22 11:31+0100\n"
|
||||
"Last-Translator: Paco Rivi<76>re <friviere@wanadoo.es>\n"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows-2.4\n"
|
||||
"Project-Id-Version: wxWindows-2.5.1\n"
|
||||
"POT-Creation-Date: 2002-12-12 11:59+0100\n"
|
||||
"PO-Revision-Date: 2002-12-14 22:10--100\n"
|
||||
"Last-Translator: Vaclav Slavik <vaclav.slavik@matfyz.cz>\n"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows-2.2.1\n"
|
||||
"Project-Id-Version: wxWindows-2.5.1\n"
|
||||
"POT-Creation-Date: 2002-12-12 11:59+0100\n"
|
||||
"PO-Revision-Date: 2002-06-05 10:57+0200\n"
|
||||
"Last-Translator: Henrik R<>der Clausen <Henrik@fangorn.dk>\n"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows-2.4\n"
|
||||
"Project-Id-Version: wxWindows-2.5.1\n"
|
||||
"POT-Creation-Date: 2003-08-02 18:01+0200\n"
|
||||
"PO-Revision-Date: 2003-08-03 22:09+0100\n"
|
||||
"Last-Translator: Martin Jost <Martin.Jost@netsurf.de>\n"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows 2.3\n"
|
||||
"Project-Id-Version: wxWindows 2.5.1\n"
|
||||
"POT-Creation-Date: 2002-12-12 11:59+0100\n"
|
||||
"PO-Revision-Date: 2003-04-14 21:28+0200\n"
|
||||
"Last-Translator: Nassos Yiannopoulos <nassosy@compulink.gr>\n"
|
||||
|
@@ -4,7 +4,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows 2.2\n"
|
||||
"Project-Id-Version: wxWindows 2.5.1\n"
|
||||
"POT-Creation-Date: 2002-12-12 11:59+0100\n"
|
||||
"PO-Revision-Date: 2001-02-21 12:38+0100\n"
|
||||
"Last-Translator: Luis Pa<50>l Tomillo <lpault.ccr@nexo.es>\n"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows-2.2.1\n"
|
||||
"Project-Id-Version: wxWindows-2.5.1\n"
|
||||
"POT-Creation-Date: 2002-12-12 11:59+0100\n"
|
||||
"PO-Revision-Date: 2000-10-22 13:38Finland Daylight Time\n"
|
||||
"Last-Translator: Kaj G Backas <kgb@compart.fi>\n"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows\n"
|
||||
"Project-Id-Version: wxWindows-2.5.1\n"
|
||||
"POT-Creation-Date: 2002-12-12 11:59+0100\n"
|
||||
"PO-Revision-Date: 2002-11-20 21:42+0100\n"
|
||||
"Last-Translator: Stephane Junique <pttlapinblanc@chez.com>\n"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows\n"
|
||||
"Project-Id-Version: wxWindows-2.5.1\n"
|
||||
"POT-Creation-Date: 2002-12-13 21:43+0100\n"
|
||||
"PO-Revision-Date: 2003-03-18 14:03+0100\n"
|
||||
"Last-Translator: Vegh Janos <J.Vegh@atomki.hu>\n"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows Internationalization\n"
|
||||
"Project-Id-Version: wxWindows-2.5.1\n"
|
||||
"POT-Creation-Date: 2002-12-12 11:59+0100\n"
|
||||
"PO-Revision-Date: 2002-10-22 23:28+0700\n"
|
||||
"Last-Translator: Bambang Purnomosidi D. P. <i-am-the-boss@bpdp.org>\n"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows-2.3.3\n"
|
||||
"Project-Id-Version: wxWindows-2.5.1\n"
|
||||
"POT-Creation-Date: 2003-09-05 14:55+0200\n"
|
||||
"PO-Revision-Date: 2003-09-05 15:10+0100\n"
|
||||
"Last-Translator: <>\n"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows-2.2.1\n"
|
||||
"Project-Id-Version: wxWindows-2.5.1\n"
|
||||
"POT-Creation-Date: 2002-12-12 11:59+0100\n"
|
||||
"PO-Revision-Date: 2002-11-29 15:12+0100\n"
|
||||
"Last-Translator: Dimitri <dimitri@shortcut.nl>\n"
|
||||
|
@@ -4,7 +4,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows-2.4\n"
|
||||
"Project-Id-Version: wxWindows-2.5.1\n"
|
||||
"POT-Creation-Date: 2002-12-12 11:59+0100\n"
|
||||
"PO-Revision-Date: 2003-01-03 19:56+0100\n"
|
||||
"Last-Translator: Janusz Piwowarski <jpiw@go2.pl>\n"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows-2.2.1\n"
|
||||
"Project-Id-Version: wxWindows-2.5.1\n"
|
||||
"POT-Creation-Date: 2002-12-12 11:59+0100\n"
|
||||
"PO-Revision-Date: 2000-08-10 16:09+0200\n"
|
||||
"Last-Translator: Roman Rolinsky <rolinsky@mema.ucl.ac.be>, Vadim Zeitlin "
|
||||
|
@@ -4,7 +4,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows 2.2\n"
|
||||
"Project-Id-Version: wxWindows 2.5.1\n"
|
||||
"POT-Creation-Date: 2002-12-12 11:59+0100\n"
|
||||
"PO-Revision-Date: 2001-06-28 12:48+0100\n"
|
||||
"Last-Translator: Roman Plevel <roman.plevel@iskratr.si>\n"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows-2.4\n"
|
||||
"Project-Id-Version: wxWindows-2.5.1\n"
|
||||
"POT-Creation-Date: 2002-12-27 23:18+0100\n"
|
||||
"PO-Revision-Date: 2002-12-24 03:37+0100\n"
|
||||
"Last-Translator: Jonas Rydberg <jor@mindless.com>\n"
|
||||
|
@@ -4,7 +4,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows 2.3.3\n"
|
||||
"Project-Id-Version: wxWindows-2.5.1\n"
|
||||
"POT-Creation-Date: 2002-12-12 11:59+0100\n"
|
||||
"PO-Revision-Date: 2002-09-16 17:41--800\n"
|
||||
"Last-Translator: Hakki Dogusan <dogusanh@tr.net>\n"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows-2.4.1\n"
|
||||
"Project-Id-Version: wxWindows-2.5.1\n"
|
||||
"POT-Creation-Date: 2002-12-13 21:43+0100\n"
|
||||
"PO-Revision-Date: 2000-08-10 16:09+0200\n"
|
||||
"Last-Translator: Eugene Manko <manko@salingshot.co.nz>, Vadim Zeitlin <vadim@wxwindows.org>\n"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows-2.2.2\n"
|
||||
"Project-Id-Version: wxWindows-2.5.2\n"
|
||||
"POT-Creation-Date: 2002-12-12 11:59+0100\n"
|
||||
"PO-Revision-Date: 2000-11-09 16:09<30>й<EFBFBD><D0B9><EFBFBD>ʱ<D7BC><CAB1>\n"
|
||||
"Last-Translator: mrfx <mrfx@fm365.com>\n"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows-2.4.0\n"
|
||||
"Project-Id-Version: wxWindows-2.5.1\n"
|
||||
"POT-Creation-Date: 2002-12-12 11:59+0100\n"
|
||||
"PO-Revision-Date: 2003-03-19 15:12+0800\n"
|
||||
"Last-Translator: PAL <pal.tw@yahoo.com.tw>\n"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wxWindows-2.4.0\n"
|
||||
"Project-Id-Version: wxWindows-2.5.1\n"
|
||||
"POT-Creation-Date: 2002-12-12 11:59+0100\n"
|
||||
"PO-Revision-Date: 2003-03-26 06:04+0800\n"
|
||||
"Last-Translator: PAL <pal.tw@yahoo.com.tw>\n"
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
wxMAJOR_VERSION=2
|
||||
wxMINOR_VERSION=5
|
||||
wxRELEASE_NUMBER=0
|
||||
wxRELEASE_NUMBER=1
|
||||
|
||||
# release number if used in the DLL file names only for the unstable branch as
|
||||
# for the stable branches the micro releases are supposed to be backwards
|
||||
|
@@ -1,5 +1,5 @@
|
||||
%define pref /usr
|
||||
%define ver 2.5.0
|
||||
%define ver 2.5.1
|
||||
%define ver2 2.5
|
||||
%define rel 1
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
%define pref /usr
|
||||
%define ver 2.5.0
|
||||
%define ver 2.5.1
|
||||
%define ver2 2.5
|
||||
%define rel 1
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
%define pref /usr
|
||||
%define ver 2.5.0
|
||||
%define ver 2.5.1
|
||||
%define ver2 2.5
|
||||
%define rel 1
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
|
||||
# Note that this is NOT a relocatable package
|
||||
%define pref /usr
|
||||
%define ver 2.5.0
|
||||
%define ver 2.5.1
|
||||
%define ver2 2.5
|
||||
%define rel 1
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# Note that this is NOT a relocatable package
|
||||
%define pref /usr
|
||||
%define ver 2.5.0
|
||||
%define ver 2.5.1
|
||||
%define rel 1
|
||||
|
||||
Summary: The WINE port of the wxWindows library
|
||||
|
@@ -1,5 +1,5 @@
|
||||
%define pref /usr
|
||||
%define ver 2.5.0
|
||||
%define ver 2.5.1
|
||||
%define ver2 2.5
|
||||
%define rel 1
|
||||
|
||||
|
Reference in New Issue
Block a user