All pastes #768638 Raw Edit

Someone

public text v1 · immutable
#768638 ·published 2007-11-10 19:30 UTC
rendered paste body
Package: kdelibs
File: khtml_ext.cpp

Edit line 641:

FROM:

  KAction *action = new KAction( i18n( "Save Image As..." ), this );

TO:

  KAction *action = new KAction( i18n( "Save &Image As..." ), this );

The difference is the accelerator letter.