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
1d696bf6
Commit
1d696bf6
authored
Sep 08, 2011
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PNG fixes
parent
65819977
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
CMakeLists.txt
CMakeLists.txt
+2
-0
menubar.cpp
eeschema/menubar.cpp
+1
-1
menubar_pcbframe.cpp
pcbnew/menubar_pcbframe.cpp
+1
-1
No files found.
CMakeLists.txt
View file @
1d696bf6
...
...
@@ -12,6 +12,8 @@ endif(WIN32)
# Path to local CMake modules.
set
(
CMAKE_MODULE_PATH
${
PROJECT_SOURCE_DIR
}
/CMakeModules
)
option
(
USE_PNG_BITMAPS
"use PNG bitmaps instead of XPM (default ON)"
ON
)
# Russian GOST patch
option
(
wxUSE_UNICODE
"enable/disable building unicode (default OFF)"
)
option
(
KICAD_GOST
"enable/disable building using GOST notation for multiple gates per package (default OFF)"
)
...
...
eeschema/menubar.cpp
View file @
1d696bf6
...
...
@@ -372,7 +372,7 @@ void SCH_EDIT_FRAME::ReCreateMenuBar()
// Graphic image
AddMenuItem
(
placeMenu
,
ID_ADD_IMAGE_BUTT
,
_
(
"Image"
),
HELP_PLACE_GRAPHICIMAGES
,
image_xpm
);
KiBitmap
(
image_xpm
)
);
// Menu Preferences:
wxMenu
*
preferencesMenu
=
new
wxMenu
;
...
...
pcbnew/menubar_pcbframe.cpp
View file @
1d696bf6
...
...
@@ -577,7 +577,7 @@ void PCB_EDIT_FRAME::ReCreateMenuBar()
AddMenuItem
(
configmenu
,
macrosMenu
,
-
1
,
_
(
"Macros"
),
_
(
"Macros save/read operations"
),
add_dimension_xpm
);
KiBitmap
(
add_dimension_xpm
)
);
configmenu
->
AppendSeparator
();
...
...
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