mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
add support for new gnucash icon
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7699 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2002-12-20 Chris Lyttle <chris@wilddev.net>
|
||||||
|
|
||||||
|
* src/pixmaps/gnucash-icon.png: new gnucash icon
|
||||||
|
* rpm/gnucash.spec.in: remove help dirs, add finance-quote-check
|
||||||
|
* src/gnome/gnucash.desktop.in: new gnucash icon
|
||||||
|
* src/gnome-utils/gnc-gnome-utils.c: add custom icon function
|
||||||
|
* src/pixmaps/Makefile.am: new gnucash icon
|
||||||
|
|
||||||
2002-12-20 Christian Stimming <stimming@tuhh.de>
|
2002-12-20 Christian Stimming <stimming@tuhh.de>
|
||||||
|
|
||||||
* po/el.po, accounts/el_GR: Updated Greek translation by Nikos
|
* po/el.po, accounts/el_GR: Updated Greek translation by Nikos
|
||||||
|
|||||||
+1
-1
@@ -100,6 +100,7 @@ fi
|
|||||||
%attr(555,root,root) %{_bindir}/*
|
%attr(555,root,root) %{_bindir}/*
|
||||||
%attr(555,root,root) %{_libexecdir}/gnucash
|
%attr(555,root,root) %{_libexecdir}/gnucash
|
||||||
%attr(555,root,root) %{_datadir}/gnucash/finance-quote-helper
|
%attr(555,root,root) %{_datadir}/gnucash/finance-quote-helper
|
||||||
|
%attr(555,root,root) %{_datadir}/gnucash/finance-quote-check
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_infodir}/*.gz
|
%{_infodir}/*.gz
|
||||||
%{_libdir}/gnucash/libgnc-*
|
%{_libdir}/gnucash/libgnc-*
|
||||||
@@ -114,7 +115,6 @@ fi
|
|||||||
%{_datadir}/gnucash/glade
|
%{_datadir}/gnucash/glade
|
||||||
%{_datadir}/gnucash/guile-modules
|
%{_datadir}/gnucash/guile-modules
|
||||||
%{_datadir}/gnucash/scm
|
%{_datadir}/gnucash/scm
|
||||||
%{_datadir}/gnome/help/gnucash
|
|
||||||
%{_datadir}/gnome/apps/Applications/*
|
%{_datadir}/gnome/apps/Applications/*
|
||||||
%{_datadir}/pixmaps/gnucash
|
%{_datadir}/pixmaps/gnucash
|
||||||
%{_datadir}/mime-info/gnucash.*
|
%{_datadir}/mime-info/gnucash.*
|
||||||
|
|||||||
@@ -38,6 +38,8 @@
|
|||||||
#include "gnc-gnome-utils.h"
|
#include "gnc-gnome-utils.h"
|
||||||
#include "gnc-html.h"
|
#include "gnc-html.h"
|
||||||
|
|
||||||
|
#include <libgnomeui/gnome-window-icon.h>
|
||||||
|
#include <gnc-dir.h>
|
||||||
|
|
||||||
static char**
|
static char**
|
||||||
gnc_scm2argv (SCM scm, int prelen, const char **prependargv)
|
gnc_scm2argv (SCM scm, int prelen, const char **prependargv)
|
||||||
@@ -106,6 +108,9 @@ gnc_gnome_init (const char * arg0,
|
|||||||
gdk_rgb_init ();
|
gdk_rgb_init ();
|
||||||
gtk_widget_set_default_colormap (gdk_rgb_get_cmap ());
|
gtk_widget_set_default_colormap (gdk_rgb_get_cmap ());
|
||||||
gtk_widget_set_default_visual (gdk_rgb_get_visual ());
|
gtk_widget_set_default_visual (gdk_rgb_get_visual ());
|
||||||
|
|
||||||
|
/* use custom icon */
|
||||||
|
gnome_window_icon_set_default_from_file (GNC_PIXMAP_DIR"/gnucash-icon.png");
|
||||||
|
|
||||||
#ifdef USE_GUPPI
|
#ifdef USE_GUPPI
|
||||||
/* initialize guppi handling in gnc-html */
|
/* initialize guppi handling in gnc-html */
|
||||||
|
|||||||
@@ -3,6 +3,6 @@ _Name=GnuCash
|
|||||||
_Comment=GnuCash Personal Finance
|
_Comment=GnuCash Personal Finance
|
||||||
TryExec=gnucash
|
TryExec=gnucash
|
||||||
Exec=gnucash
|
Exec=gnucash
|
||||||
Icon=gnome-money.png
|
Icon=gnucash/gnucash-icon.png
|
||||||
Terminal=0
|
Terminal=0
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
gncpixmapdir = ${GNC_PIXMAP_DIR}
|
gncpixmapdir = ${GNC_PIXMAP_DIR}
|
||||||
|
|
||||||
gncpixmap_DATA = \
|
gncpixmap_DATA = \
|
||||||
|
gnucash-icon.png \
|
||||||
gnucash_splash.png \
|
gnucash_splash.png \
|
||||||
stock_split_title.png \
|
stock_split_title.png \
|
||||||
stock_split_watermark.png
|
stock_split_watermark.png
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
Reference in New Issue
Block a user