Skip to content

Commit

Permalink
add icon thanks to hroncok
Browse files Browse the repository at this point in the history
  • Loading branch information
hurzl committed Feb 5, 2013
1 parent 2ba946c commit 0ded565
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ repsnapperdatadir = $(datadir)/@PACKAGE@
dist_repsnapperdata_DATA = src/repsnapper.ui

repsnapperconfdir = $(sysconfdir)/xdg/@PACKAGE@
dist_repsnapperconf_DATA = src/repsnapper.conf
dist_repsnapperconf_DATA = src/repsnapper.conf src/repsnapper-icon.svg
129 changes: 129 additions & 0 deletions src/repsnapper-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/repsnapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ int main(int argc, char **argv)

mainwin->setNonPrintingMode(nonprintingmode, opts.gcode_output_path);

mainwin->set_icon_name("gtk-convert");
mainwin->set_icon_from_file("repsnapper-icon.svg");
// mainwin->set_icon_name("gtk-convert");
mainwin->set_title("Repsnapper");

if (opts.stl_input_path.size() > 0) {
Expand Down

0 comments on commit 0ded565

Please sign in to comment.