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
02bacd66
Commit
02bacd66
authored
Feb 04, 2013
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Very minor changes (tooltips update, to synchronize them with the doc update)
parent
7ceb3d11
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
help_common_strings.h
eeschema/help_common_strings.h
+3
-1
tool_sch.cpp
eeschema/tool_sch.cpp
+2
-2
commandframe.cpp
kicad/commandframe.cpp
+1
-1
No files found.
eeschema/help_common_strings.h
View file @
02bacd66
...
...
@@ -53,7 +53,9 @@
#define HELP_RUN_LIB_EDITOR _( "Library editor - Create and edit components" )
#define HELP_RUN_LIB_VIEWER _( "Library browser - Browse components" )
#define HELP_GENERATE_BOM _( "Generate bill of materials and/or cross references" )
#define HELP_IMPORT_FOOTPRINTS _( "Import footprint selection from CvPcb in components footprint field" )
#define HELP_IMPORT_FOOTPRINTS \
_
(
"Import the footprint selection from CvPcb (the .cmp file)
\n
\
in component footprint fields"
)
// Component editor:
#define HELP_ADD_PIN _( "Add pins to the component" )
...
...
eeschema/tool_sch.cpp
View file @
02bacd66
/*
* This program source code file is part of KiCad, a free EDA CAD application.
*
* Copyright (C) 20
04 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com
* Copyright (C) 20
13 Jean-Pierre Charras, jp.charras at wnadoo.fr
* Copyright (C) 2008-2011 Wayne Stambaugh <stambaughw@verizon.net>
* Copyright (C) 2004-201
1
KiCad Developers, see change_log.txt for contributors.
* Copyright (C) 2004-201
3
KiCad Developers, see change_log.txt for contributors.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
kicad/commandframe.cpp
View file @
02bacd66
...
...
@@ -114,7 +114,7 @@ void RIGHT_KM_FRAME::CreateCommandToolbar( void )
Creates a component (for Eeschema) or a footprint (for Pcbnew) that shows a B&W picture"
)
);
btn
=
AddBitmapButton
(
ID_TO_PCB_CALCULATOR
,
KiBitmap
(
icon_pcbcalculator_xpm
)
);
btn
->
SetToolTip
(
_
(
"Pcb calculator, the S
u
iss army knife..."
)
);
btn
->
SetToolTip
(
_
(
"Pcb calculator, the S
w
iss army knife..."
)
);
}
...
...
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