~ubuntu-branches/ubuntu/quantal/file-roller/quantal

« back to all changes in this revision

Viewing changes to src/actions.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-03-20 10:19:02 UTC
  • mfrom: (1.2.98)
  • Revision ID: package-import@ubuntu.com-20120320101902-ytguuvruydc2twr7
Tags: 3.3.92-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
279
279
        }
280
280
 
281
281
        if (response == GTK_RESPONSE_HELP) {
282
 
                show_help_dialog (GTK_WINDOW (data->dialog), "file-roller-create");
 
282
                show_help_dialog (GTK_WINDOW (data->dialog), "archive-create");
283
283
                return;
284
284
        }
285
285
 
434
434
        }
435
435
 
436
436
        if (response == GTK_RESPONSE_HELP) {
437
 
                show_help_dialog (GTK_WINDOW (data->dialog), "file-roller-convert-archive");
 
437
                show_help_dialog (GTK_WINDOW (data->dialog), "archive-convert");
438
438
                return;
439
439
        }
440
440