Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gnumeric
Commits
7cf58b72
Commit
7cf58b72
authored
Jun 14, 2000
by
Jody Goldberg
Browse files
Correct the default money format.
parent
a40c1785
Changes
8
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
7cf58b72
2000-06-14 Jody Goldberg <jgoldberg@home.com>
* src/workbook-format-toolbar.c
* src/workbook-format-toolbar.c
(money_format) : Correct.
(do_sheet_selection_apply_number_format) : Decrease hackishness and
improve docs for the formats.
improve docs for the formats.
2000-06-13 Jody Goldberg <jgoldberg@home.com>
...
...
ChangeLog-2000-10-10
View file @
7cf58b72
2000-06-14 Jody Goldberg <jgoldberg@home.com>
* src/workbook-format-toolbar.c
* src/workbook-format-toolbar.c
(money_format) : Correct.
(do_sheet_selection_apply_number_format) : Decrease hackishness and
improve docs for the formats.
improve docs for the formats.
2000-06-13 Jody Goldberg <jgoldberg@home.com>
...
...
OChangeLog-2000-10-10
View file @
7cf58b72
2000-06-14 Jody Goldberg <jgoldberg@home.com>
* src/workbook-format-toolbar.c
* src/workbook-format-toolbar.c
(money_format) : Correct.
(do_sheet_selection_apply_number_format) : Decrease hackishness and
improve docs for the formats.
improve docs for the formats.
2000-06-13 Jody Goldberg <jgoldberg@home.com>
...
...
OChangeLog-2001-06-26
View file @
7cf58b72
2000-06-14 Jody Goldberg <jgoldberg@home.com>
* src/workbook-format-toolbar.c
* src/workbook-format-toolbar.c
(money_format) : Correct.
(do_sheet_selection_apply_number_format) : Decrease hackishness and
improve docs for the formats.
improve docs for the formats.
2000-06-13 Jody Goldberg <jgoldberg@home.com>
...
...
OChangeLog-2002-01-22
View file @
7cf58b72
2000-06-14 Jody Goldberg <jgoldberg@home.com>
* src/workbook-format-toolbar.c
* src/workbook-format-toolbar.c
(money_format) : Correct.
(do_sheet_selection_apply_number_format) : Decrease hackishness and
improve docs for the formats.
improve docs for the formats.
2000-06-13 Jody Goldberg <jgoldberg@home.com>
...
...
OChangeLog-2003-12-23
View file @
7cf58b72
2000-06-14 Jody Goldberg <jgoldberg@home.com>
* src/workbook-format-toolbar.c
* src/workbook-format-toolbar.c
(money_format) : Correct.
(do_sheet_selection_apply_number_format) : Decrease hackishness and
improve docs for the formats.
improve docs for the formats.
2000-06-13 Jody Goldberg <jgoldberg@home.com>
...
...
OChangeLog-2005-11-14
View file @
7cf58b72
2000-06-14 Jody Goldberg <jgoldberg@home.com>
* src/workbook-format-toolbar.c
* src/workbook-format-toolbar.c
(money_format) : Correct.
(do_sheet_selection_apply_number_format) : Decrease hackishness and
improve docs for the formats.
improve docs for the formats.
2000-06-13 Jody Goldberg <jgoldberg@home.com>
...
...
src/workbook-format-toolbar.c
View file @
7cf58b72
...
...
@@ -48,7 +48,7 @@
* No need to translate the decimal point or thousands seperator
* that is handled automaticly.
*/
static
const
char
*
money_format
=
N_
(
"
$
#,##0.00_);($#,##0.00)"
);
static
const
char
*
money_format
=
N_
(
"
_($
#,##0.00_);($
#,##0.00)"
);
static
const
char
*
percent_format
=
N_
(
"0.00%"
);
static
void
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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