Commit b5f20142 authored by Claes Sjofors's avatar Claes Sjofors

Operator window, shows logo in /pwrp_logotype.png

parent 42c0305b
......@@ -563,8 +563,11 @@ OpGtk::OpGtk( void *op_parent_ctx,
GtkWidget *status_bar;
if ( !(layout_mask & pwr_mOpWindLayoutMask_HideStatusBar)) {
char text[80];
pwr_tTime time;
dcli_translate_filename( fname, "$pwr_exe/proview_icon.png");
dcli_translate_filename( fname, "$pwrp_exe/pwrp_logotype.png");
if ( EVEN( dcli_file_time( fname, &time)))
dcli_translate_filename( fname, "$pwr_exe/proview_icon.png");
GtkWidget *icon_image = gtk_image_new_from_file( fname);
title_label = gtk_label_new("");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment