Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
goffice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
43
Issues
43
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
goffice
Commits
c12949b3
Commit
c12949b3
authored
Jun 06, 2003
by
Jody Goldberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix strings
parent
d32e9593
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
plugins/plot_barcol/plugin.xml.in
plugins/plot_barcol/plugin.xml.in
+4
-4
plugins/plot_pie/plugin.xml.in
plugins/plot_pie/plugin.xml.in
+3
-3
No files found.
plugins/plot_barcol/plugin.xml.in
View file @
c12949b3
<?xml version="1.0"?>
<plugin
id=
"GOffice_plot_barcol"
>
<information>
<_name>
Plotting Pie
Charts
</_name>
<_description>
Pie Chart handling
</_description>
<_name>
Bar/Col
Charts
</_name>
<_description>
Bar and Column charts
</_description>
</information>
<loader
type=
"Gnumeric_Builtin:module"
>
<attribute
name=
"module_file"
value=
"barcol.la"
/>
...
...
@@ -10,13 +10,13 @@
<services>
<service
type=
"plot_engine"
id=
"GogBarColPlot"
>
<information>
<_description>
Bar/Col
umn
plotting engine
</_description>
<_description>
Bar/Col plotting engine
</_description>
</information>
</service>
<service
type=
"plot_type"
id=
"barcol"
>
<file>
plot-types.xml
</file>
<information>
<_description>
Bar/Column plotting engine
</_description>
<_description>
Default Bar/Col plot types
</_description>
</information>
</service>
</services>
...
...
plugins/plot_pie/plugin.xml.in
View file @
c12949b3
<?xml version="1.0"?>
<plugin
id=
"GOffice_plot_pie"
>
<information>
<_name>
P
lotting P
ie Charts
</_name>
<_description>
Pie
Chart handling
</_description>
<_name>
Pie Charts
</_name>
<_description>
Pie
charts
</_description>
</information>
<loader
type=
"Gnumeric_Builtin:module"
>
<attribute
name=
"module_file"
value=
"pie.la"
/>
...
...
@@ -16,7 +16,7 @@
<service
type=
"plot_type"
id=
"pie"
>
<file>
plot-types.xml
</file>
<information>
<_description>
Pie plotting engine
</_description>
<_description>
Default pie types
</_description>
</information>
</service>
</services>
...
...
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