@@ -278,23 +278,23 @@ static const GtkActionEntry action_entries[] = {
278278 { "FileCloseWindow" , GTK_STOCK_CLOSE , NULL , "<control>W" ,
279279 NULL ,
280280 G_CALLBACK (ev_previewer_window_close ) },
281- { "GoPreviousPage" , "go-previous-symbolic" , N_ ("_Previous Page" ), "<control>Page_Up" ,
281+ { "GoPreviousPage" , "xapp- go-previous-symbolic" , N_ ("_Previous Page" ), "<control>Page_Up" ,
282282 N_ ("Go to the previous page" ),
283283 G_CALLBACK (ev_previewer_window_previous_page ) },
284- { "GoNextPage" , "go-next-symbolic" , N_ ("_Next Page" ), "<control>Page_Down" ,
284+ { "GoNextPage" , "xapp- go-next-symbolic" , N_ ("_Next Page" ), "<control>Page_Down" ,
285285 N_ ("Go to the next page" ),
286286 G_CALLBACK (ev_previewer_window_next_page ) },
287- { "ViewZoomIn" , "zoom-in-symbolic" , NULL , "<control>plus" ,
287+ { "ViewZoomIn" , "xapp- zoom-in-symbolic" , NULL , "<control>plus" ,
288288 N_ ("Enlarge the document" ),
289289 G_CALLBACK (ev_previewer_window_zoom_in ) },
290- { "ViewZoomOut" , "zoom-out-symbolic" , NULL , "<control>minus" ,
290+ { "ViewZoomOut" , "xapp- zoom-out-symbolic" , NULL , "<control>minus" ,
291291 N_ ("Shrink the document" ),
292292 G_CALLBACK (ev_previewer_window_zoom_out ) },
293- { "ViewZoomReset" , "zoom-original-symbolic" , NULL , "<control>0" ,
293+ { "ViewZoomReset" , "xapp- zoom-original-symbolic" , NULL , "<control>0" ,
294294 N_ ("Original size" ),
295295 G_CALLBACK (ev_previewer_window_zoom_reset ) },
296296 /* translators: Print document currently shown in the Print Preview window */
297- { "PreviewPrint" , "document-print-symbolic" , N_ ("Print" ), NULL ,
297+ { "PreviewPrint" , "xapp- document-print-symbolic" , N_ ("Print" ), NULL ,
298298 N_ ("Print this document" ),
299299 G_CALLBACK (ev_previewer_window_print ) }
300300};
@@ -338,10 +338,10 @@ static const GtkActionEntry accel_entries[] = {
338338};
339339
340340static const GtkToggleActionEntry toggle_action_entries [] = {
341- { "ViewBestFit" , "zoom-fit-best-symbolic" , N_ ("_Best Fit" ), NULL ,
341+ { "ViewBestFit" , "xapp- zoom-fit-best-symbolic" , N_ ("_Best Fit" ), NULL ,
342342 N_ ("Make the current document fill the window" ),
343343 G_CALLBACK (ev_previewer_window_zoom_best_fit ) },
344- { "ViewPageWidth" , "view-paged-symbolic" , N_ ("Fit Page _Width" ), NULL ,
344+ { "ViewPageWidth" , "xapp- view-paged-symbolic" , N_ ("Fit Page _Width" ), NULL ,
345345 N_ ("Make the current document fill the window width" ),
346346 G_CALLBACK (ev_previewer_window_zoom_page_width ) }
347347};
0 commit comments