Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
12596838
Commit
12596838
authored
Nov 12, 2011
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pcbnew: fix bad icon in ModEdit toolbar.
parent
790b6b54
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
+7
-6
build_version.cpp
common/build_version.cpp
+2
-2
install.nsi
packaging/windows/nsis/install.nsi
+1
-1
tool_modedit.cpp
pcbnew/tool_modedit.cpp
+2
-1
version.txt
version.txt
+2
-2
No files found.
common/build_version.cpp
View file @
12596838
...
...
@@ -7,9 +7,9 @@
#ifndef KICAD_BUILD_VERSION
#if defined KICAD_GOST
# define KICAD_BUILD_VERSION "(2011-
oct-27
GOST)"
# define KICAD_BUILD_VERSION "(2011-
nov-12
GOST)"
#else
# define KICAD_BUILD_VERSION "(2011-
oct-27
)"
# define KICAD_BUILD_VERSION "(2011-
nov-12
)"
#endif
#endif
...
...
packaging/windows/nsis/install.nsi
View file @
12596838
...
...
@@ -17,7 +17,7 @@
; General Product Description Definitions
!define PRODUCT_NAME "KiCad"
!define PRODUCT_VERSION "2011.1
0.27
"
!define PRODUCT_VERSION "2011.1
1.12
"
!define PRODUCT_WEB_SITE "http://iut-tice.ujf-grenoble.fr/kicad/"
!define SOURCEFORGE_WEB_SITE "http://kicad.sourceforge.net/"
!define COMPANY_NAME ""
...
...
pcbnew/tool_modedit.cpp
View file @
12596838
...
...
@@ -47,7 +47,8 @@ void FOOTPRINT_EDIT_FRAME::ReCreateHToolbar()
m_HToolBar
->
AddTool
(
ID_MODEDIT_NEW_MODULE
,
wxEmptyString
,
KiBitmap
(
new_footprint_xpm
),
_
(
"New module"
)
);
m_HToolBar
->
AddTool
(
ID_MODEDIT_LOAD_MODULE
,
wxEmptyString
,
KiBitmap
(
module_xpm
),
m_HToolBar
->
AddTool
(
ID_MODEDIT_LOAD_MODULE
,
wxEmptyString
,
KiBitmap
(
load_module_lib_xpm
),
_
(
"Load module from library"
)
);
m_HToolBar
->
AddSeparator
();
...
...
version.txt
View file @
12596838
release version:
2011
oct 27
2011
nov 12
files (.zip,.tgz):
kicad-2011-1
0-27
kicad-2011-1
1-12
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment